aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/SetBoundAxisym.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SetBoundAxisym.c b/src/SetBoundAxisym.c
index 37096e5..f5a4f7d 100644
--- a/src/SetBoundAxisym.c
+++ b/src/SetBoundAxisym.c
@@ -48,11 +48,10 @@ int SetBoundAxiSym(cGH *GH, int vi, int tensortype) {
Double f[6], fx, fy, fz, fxx, fxy, fxz, fyy, fyz, fzz;
Double *t, *tx, *ty, *tz, *txx, *txy, *txz, *tyy, *tyz, *tzz;
- if (0) printf("sba(%s)\n", GT->gf[0]->name);
/* stencil width: in x-direction use ghost zone width,
in y-direction use ny/2, see below */
- s = GH->stencil_width;
+ s = cctk_nghostzones[0];
/* Cactus loop in C: grid points with y = 0 */
/* compare thorn_BAM_Elliptic */