aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ConstantBoundary.c4
-rw-r--r--src/CopyBoundary.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ConstantBoundary.c b/src/ConstantBoundary.c
index 5885b8c..1fea1ee 100644
--- a/src/ConstantBoundary.c
+++ b/src/ConstantBoundary.c
@@ -148,7 +148,7 @@ int ApplyConstantBC(cGH *GH, CCTK_REAL var0, int *stencil_size, char *name) {
return retval;
- USE_CCTK_PARAMETERS
+
}
@@ -220,7 +220,7 @@ int ConstantBCVarI(cGH *GH, CCTK_REAL var0, int *stencil_size, int vi)
return(retval);
- USE_CCTK_PARAMETERS
+
}
diff --git a/src/CopyBoundary.c b/src/CopyBoundary.c
index 452e2d8..79683a7 100644
--- a/src/CopyBoundary.c
+++ b/src/CopyBoundary.c
@@ -233,7 +233,7 @@ int CopyBCVarI(cGH *GH,
return(retval);
- USE_CCTK_PARAMETERS
+
}