From c4cab6b27a13e0116191520bf4d4c240cf637cc4 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 19 Jan 2004 09:51:38 +0000 Subject: Allow public access to the surface shapes. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@4 40f6ab95-0e4f-0410-8daa-ee8d7420be1d --- interface.ccl | 2 +- param.ccl | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/interface.ccl b/interface.ccl index 2e8ccbc..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 DISTRIB=constant +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 { diff --git a/param.ccl b/param.ccl index 00ddf73..477a56b 100644 --- a/param.ccl +++ b/param.ccl @@ -14,8 +14,6 @@ CCTK_INT nsurfaces "Number of surfaces" -PRIVATE: - CCTK_INT nghoststheta "Number of ghost zones in the theta direction" { 0:* :: "" @@ -44,8 +42,6 @@ CCTK_INT maxnphi "do not set this parameter directly" ACCUMULATOR=((x>y)*x+!(x>y -RESTRICTED: - CCTK_INT ntheta[42] "Number of grid points in the theta direction" { 0:* :: "must be at least 3*nghoststheta" -- cgit v1.2.3