aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/ioascii.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOASCII/src/ioascii.hh')
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.hh11
1 files changed, 6 insertions, 5 deletions
diff --git a/Carpet/CarpetIOASCII/src/ioascii.hh b/Carpet/CarpetIOASCII/src/ioascii.hh
index 3e80b1eaa..7bb8f3bb5 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.hh
+++ b/Carpet/CarpetIOASCII/src/ioascii.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/src/ioascii.hh,v 1.8 2001/11/02 17:09:18 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/src/ioascii.hh,v 1.9 2001/11/05 17:53:03 schnetter Exp $
#include <vector>
@@ -47,10 +47,11 @@ struct CarpetIOASCII {
static void* SetupGH (tFleshConfig* fc, int convLevel, cGH* cgh);
- static int OutputGH (cGH* cgh);
- static int OutputVarAs (cGH* cgh, const char* varname, const char* alias);
- static int TimeToOutput (cGH* cgh, int vindex);
- static int TriggerOutput (cGH* cgh, int vindex);
+ static int OutputGH (const cGH* cgh);
+ static int OutputVarAs (const cGH* cgh,
+ const char* varname, const char* alias);
+ static int TimeToOutput (const cGH* cgh, int vindex);
+ static int TriggerOutput (const cGH* cgh, int vindex);
static int GetGridOffset (const cGH* cgh, int dir,
const char* itempl, const char* iglobal,