aboutsummaryrefslogtreecommitdiff
path: root/src/rotatingsymmetry180.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rotatingsymmetry180.c')
-rw-r--r--src/rotatingsymmetry180.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rotatingsymmetry180.c b/src/rotatingsymmetry180.c
index 8524e4b..bdc2451 100644
--- a/src/rotatingsymmetry180.c
+++ b/src/rotatingsymmetry180.c
@@ -544,7 +544,7 @@ int BndRot180VI (cGH const * restrict const cctkGH,
CCTK_WARN (CCTK_WARN_ABORT, "internal error");
}
- if (poison_boundaries) {
+ if (check_boundaries) {
/* check destination grid points for poison */
if (cctkGH->cctk_bbox[2*dir]) {
@@ -616,7 +616,7 @@ int BndRot180VI (cGH const * restrict const cctkGH,
assert (0);
} /* switch grouptype */
} /* if bbox */
- } /* if poison_boundaries */
+ } /* if check_boundaries */
/* take parity into account */
if (cctkGH->cctk_bbox[2*dir]) {