aboutsummaryrefslogtreecommitdiff
path: root/src/Output2D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output2D.c')
-rw-r--r--src/Output2D.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Output2D.c b/src/Output2D.c
index fb3e8ca..735ae5f 100644
--- a/src/Output2D.c
+++ b/src/Output2D.c
@@ -103,7 +103,7 @@ int IOFlexIO_Output2DGH (cGH *GH)
return (0);
- USE_CCTK_PARAMETERS
+
}
@@ -157,7 +157,7 @@ int IOFlexIO_Output2DVarAs (cGH *GH, const char *fullname, const char *alias)
return (0);
- USE_CCTK_PARAMETERS
+
}
@@ -263,5 +263,5 @@ int IOFlexIO_TriggerOutput2D (cGH *GH, int index)
return (0);
- USE_CCTK_PARAMETERS
+
}