aboutsummaryrefslogtreecommitdiff
path: root/src/Output2D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output2D.c')
-rw-r--r--src/Output2D.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Output2D.c b/src/Output2D.c
index 050ee86..3bed335 100644
--- a/src/Output2D.c
+++ b/src/Output2D.c
@@ -84,6 +84,9 @@ int IOFlexIO_Output2DGH (cGH *GH)
}
return (0);
+
+ USE_CCTK_PARAMETERS
+
}
@@ -140,6 +143,9 @@ int IOFlexIO_Output2DVarAs (cGH *GH, const char *fullname, const char *alias)
IOFlexIO_Write2D (GH, index, alias);
return (0);
+
+ USE_CCTK_PARAMETERS
+
}
@@ -247,4 +253,7 @@ int IOFlexIO_TriggerOutput2D (cGH *GH, int index)
myGH->out2D_last [index] = GH->cctk_iteration;
return (0);
+
+ USE_CCTK_PARAMETERS
+
}