aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoreschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2012-10-21 03:38:41 +0000
committereschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2012-10-21 03:38:41 +0000
commit9b0308b77b39e042a96020b86f548a9788434bfb (patch)
tree23e8d4dbb8ad325b7dfeabafae9b03dc9e8d9d24 /src
parent9a5c287673aefd9a6130f545a59baf2204aac888 (diff)
Introduce new parameter check_boundaries
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@78 20f44201-0f4f-0410-9130-e5fc2714a787
Diffstat (limited to 'src')
-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]) {