aboutsummaryrefslogtreecommitdiff
path: root/src/iobasicGH.h
diff options
context:
space:
mode:
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;