aboutsummaryrefslogtreecommitdiff
path: root/src/Output3D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output3D.c')
-rw-r--r--src/Output3D.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Output3D.c b/src/Output3D.c
index f9f6873..7d0bec8 100644
--- a/src/Output3D.c
+++ b/src/Output3D.c
@@ -101,7 +101,7 @@ int IOFlexIO_Output3DGH (cGH *GH)
return (0);
- USE_CCTK_PARAMETERS
+
}
@@ -156,7 +156,7 @@ int IOFlexIO_Output3DVarAs (cGH *GH, const char *fullname, const char *alias)
return (0);
- USE_CCTK_PARAMETERS
+
}
@@ -260,5 +260,5 @@ int IOFlexIO_TriggerOutput3D (cGH *GH, int index)
return (0);
- USE_CCTK_PARAMETERS
+
}