aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-03-30 13:46:00 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-03-30 13:46:00 +0000
commitaff2afdb342571e7009b324d2e0c7b00ba2420a5 (patch)
treeb46bedafdb2016be97a1968f89342aab5a3a9a71 /param.ccl
parent8378ecf09ad3dcf42487cbac95eb2d4cf13b74be (diff)
Adding the possibility of different types of mask: cube, polyhedra, sphere.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@190 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 6 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index db13087..4c2ab23 100644
--- a/param.ccl
+++ b/param.ccl
@@ -427,14 +427,17 @@ KEYWORD ahf_mask "Use mask?"
"weak" :: "Mask set for both definite and probable horizons"
} "off"
-BOOLEAN ahf_maskcube "Do we want a cubical mask?"
+KEYWORD ahf_masktype "Type of mask"
{
-} "no"
+"lego" :: "Mask is a lego sphere"
+"cube" :: "Mask is a cube"
+"poly" :: "Mask is a polyhedra"
+} "cube"
REAL ahf_maskshrink "Shrink factor for mask"
{
0.0:1.0 :: "Must be positive and not larger than 1"
-} 0.9
+} 0.8
REAL ahf_shiftcoeff "Coefficient for shift"
{