aboutsummaryrefslogtreecommitdiff
path: root/src/iobasicGH.h
diff options
context:
space:
mode:
authorschnetter <schnetter@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-01-19 09:48:15 +0000
committerschnetter <schnetter@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-01-19 09:48:15 +0000
commit9f571db8c35923dff20723cd7ada7ff85ea6f317 (patch)
treeeaa0ebcdf79086399ae129e2b179b9827c27229b /src/iobasicGH.h
parentfb75f270b21126d954d5da1119a038b881ba537d (diff)
Add mechanism to select output by coordinate time.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@147 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'src/iobasicGH.h')
-rw-r--r--src/iobasicGH.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/iobasicGH.h b/src/iobasicGH.h
index a77cb0c..5c3cb99 100644
--- a/src/iobasicGH.h
+++ b/src/iobasicGH.h
@@ -38,8 +38,9 @@ typedef struct IOBASIC_PARSEINFO
typedef struct IOBASIC_GH
{
/* how often to output */
- int outScalar_every, outInfo_every;
- char info_reductions_changed;
+ int outScalar_every, outInfo_every;
+ CCTK_REAL outScalar_dt, outInfo_dt;
+ char info_reductions_changed;
/* directory in which to place scalar output */
char *out_dir;