aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic
diff options
context:
space:
mode:
authorschnetter <>2004-02-27 14:23:00 +0000
committerschnetter <>2004-02-27 14:23:00 +0000
commite923d05228f1b04e5df07c4d363d2d09b7f98f81 (patch)
treefc0792ea7ef01cdb2da8a80fc7b546e5d46395d2 /CarpetAttic
parentf2fd319f0054426b649f6fea63f67c8ef900b5f7 (diff)
Make FlexIO output work for grid arrays as well.
darcs-hash:20040227142334-07bb3-fa364bf9c2f216af99d16e923efc9635b65c8d03.gz
Diffstat (limited to 'CarpetAttic')
-rw-r--r--CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh4
1 files changed, 2 insertions, 2 deletions
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<bool> do_truncate;
- extern vector<vector<int> > last_output;
+ extern vector<vector<vector<int> > > last_output; // [ml][rl][var]
void* SetupGH (tFleshConfig* const fc,
const int convLevel, cGH* const cgh);