aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DumpGH.c')
-rw-r--r--src/DumpGH.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index 74af4b1..a53af2a 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -52,6 +52,7 @@ void IOFlexIO_ConditionallyDumpGH (cGH *GH)
}
IOFlexIO_DumpGH (GH, CP_EVOLUTION_DATA);
}
+ USE_CCTK_PARAMETERS
}
@@ -273,7 +274,6 @@ void IOFlexIO_DumpGH (cGH *GH, int called_from)
int old_out_single;
ioGH *ioUtilGH;
flexioGH *myGH;
- int total_time_handle, write_time_handle;
static char **dumpfnames = NULL; /* dump filename ring buffer */
static int findex = 0; /* index into ring buffer */
@@ -459,4 +459,6 @@ void IOFlexIO_DumpGH (cGH *GH, int called_from)
"-----------\n");
}
+ USE_CCTK_PARAMETERS
+
}