aboutsummaryrefslogtreecommitdiff
path: root/src/Output.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output.c')
-rw-r--r--src/Output.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Output.c b/src/Output.c
index 576b34f..aca20e9 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -303,9 +303,7 @@ static void CheckSteerableParameters (const cGH *GH)
}
else
{
- myGH->out_every = *(const CCTK_INT *)
- CCTK_ParameterGet ("out_every",
- CCTK_ImplementationThorn ("IO"), NULL);
+ myGH->out_every = io_out_every;
}
/* re-parse the 'IOStreamedHDF5::out_vars' parameter if it was changed */