From 9b0308b77b39e042a96020b86f548a9788434bfb Mon Sep 17 00:00:00 2001 From: eschnett Date: Sun, 21 Oct 2012 03:38:41 +0000 Subject: Introduce new parameter check_boundaries git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@78 20f44201-0f4f-0410-9130-e5fc2714a787 --- src/rotatingsymmetry180.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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]) { -- cgit v1.2.3