aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-06-07 08:40:52 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-06-07 08:40:52 +0000
commita559c62181ca54d696da394063e71be075942521 (patch)
treee0e2c02771bd7da48a131323b805bb61b7ac5875 /param.ccl
parent18c1ce2107381948c1aaad4a3a049172d9d8b40b (diff)
Adding parameters "ahf_mask_0" (etc) to control what horizons will be excised
when looking for more than one. This allowas the possibility of looking for all three horizons and excising only one of them (the common one, say). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@203 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 13 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index e01f6e0..37977f9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -434,10 +434,22 @@ KEYWORD ahf_masktype "Type of mask"
"poly" :: "Mask is a polyhedra"
} "cube"
+BOOLEAN ahf_mask_0 "Maks for first horizon with find3?"
+{
+} "yes"
+
+BOOLEAN ahf_mask_1 "Maks for second horizon with find3?"
+{
+} "yes"
+
+BOOLEAN ahf_mask_2 "Maks for third horizon with find3?"
+{
+} "yes"
+
INT ahf_maskbuffer "Number of grid points in mask buffer zone"
{
0 :: "Positive please"
-} 4
+} 5
REAL ahf_maskshrink "Shrink factor for mask"
{