aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2004-02-10 11:12:38 +0000
committerschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2004-02-10 11:12:38 +0000
commit4522ab557430b09278d8f59d170a3b307e87e7be (patch)
tree8a20f4a8395bf3d8cbb0b9983c295374bf9494d2
parent30417b318feaa726cab45fcd6e9cbcb7f8a872df (diff)
Do not add ghost zones to the surfaces -- they are DISTRIB=constant.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@8 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 6dbe353..e49b5ad 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -31,7 +31,7 @@ CCTK_REAL sf_info[nsurfaces] TYPE=scalar
-CCTK_REAL sf_radius[nsurfaces] TYPE=array DIM=2 SIZE=maxntheta,maxnphi GHOSTSIZE=maxnghoststheta,maxnghostsphi DISTRIB=constant TAGS='convergence_power=1'
+CCTK_REAL sf_radius[nsurfaces] TYPE=array DIM=2 SIZE=maxntheta,maxnphi DISTRIB=constant TAGS='convergence_power=1'
CCTK_REAL sf_origin[nsurfaces] TYPE=scalar
{