From e923d05228f1b04e5df07c4d363d2d09b7f98f81 Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Fri, 27 Feb 2004 14:23:00 +0000 Subject: Make FlexIO output work for grid arrays as well. darcs-hash:20040227142334-07bb3-fa364bf9c2f216af99d16e923efc9635b65c8d03.gz --- CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CarpetAttic') diff --git a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh index 1a1bf92b8..156f9baaf 100644 --- a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh +++ b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh @@ -1,4 +1,4 @@ -// $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh,v 1.7 2004/02/07 16:21:56 schnetter Exp $ +// $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh,v 1.8 2004/02/27 16:23:34 schnetter Exp $ #ifndef CARPETIOFLEXIO_HH #define CARPETIOFLEXIO_HH @@ -16,7 +16,7 @@ namespace CarpetIOFlexIO { extern int GHExtension; extern int IOMethod; extern vector do_truncate; - extern vector > last_output; + extern vector > > last_output; // [ml][rl][var] void* SetupGH (tFleshConfig* const fc, const int convLevel, cGH* const cgh); -- cgit v1.2.3