aboutsummaryrefslogtreecommitdiff
path: root/src/apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apply.c')
-rw-r--r--src/apply.c2
1 files changed, 1 insertions, 1 deletions
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];