aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>1999-11-06 16:25:49 +0000
committersai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>1999-11-06 16:25:49 +0000
commit909b808371a09670aa67f2854aab337632412e9e (patch)
treea22c7eea2742dda1e0a0594ea2498fa963cb2371 /src
parent593f30e3475617fe87b90d2e79c52075a300af89 (diff)
Ongoing port to Cactus 4.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@5 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'src')
-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 */