aboutsummaryrefslogtreecommitdiff
path: root/src/Output3D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output3D.c')
-rw-r--r--src/Output3D.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Output3D.c b/src/Output3D.c
index af262f1..5ca53a6 100644
--- a/src/Output3D.c
+++ b/src/Output3D.c
@@ -84,6 +84,9 @@ int IOFlexIO_Output3DGH (cGH *GH)
}
return (0);
+
+ USE_CCTK_PARAMETERS
+
}
@@ -140,6 +143,9 @@ int IOFlexIO_Output3DVarAs (cGH *GH, const char *fullname, const char *alias)
IOFlexIO_Write3D (GH, index, alias);
return (0);
+
+ USE_CCTK_PARAMETERS
+
}
@@ -245,4 +251,7 @@ int IOFlexIO_TriggerOutput3D (cGH *GH, int index)
myGH->out3D_last [index] = GH->cctk_iteration;
return (0);
+
+ USE_CCTK_PARAMETERS
+
}