From 0b4a0d3a5fa98271fc61b8d46479cfa001ffd044 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 13 Nov 2009 22:03:06 +0000 Subject: Correct check that ensures that the grid is large enough git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@28 082bdb00-0f4f-0410-b49e-b1835e5f2039 --- src/apply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apply.c b/src/apply.c index 17e2f1c..45585b0 100644 --- a/src/apply.c +++ b/src/apply.c @@ -491,7 +491,7 @@ BndReflectVI (cGH const * restrict const cctkGH, this thorn does not support filling symmetry zones from other symmetry zones */ { - int const have_points = cctkGH->cctk_lsh[dir]; + int const have_points = cctkGH->cctk_gsh[dir]; int const need_points = 3 * cctkGH->cctk_nghostzones[dir] + do_stagger[2*dir] + do_stagger[2*dir+1]; -- cgit v1.2.3