aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-05-14 09:07:26 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-05-14 09:07:26 +0000
commitfaa0a9055f408603246545ef5245d7c9ea12f677 (patch)
treead6914b1c181d6a85c92195c81776df38273f411 /param.ccl
parentb9d489c2bc112b292724f055b6c7dda8d25c417d (diff)
Adding new parameter to controil buffer zone for mask.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@196 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 4c2ab23..c7efd69 100644
--- a/param.ccl
+++ b/param.ccl
@@ -434,10 +434,15 @@ KEYWORD ahf_masktype "Type of mask"
"poly" :: "Mask is a polyhedra"
} "cube"
+INT ahf_maskbuffer "Number of grid points in mask buffer zone"
+{
+0 :: "Positive please"
+} 4
+
REAL ahf_maskshrink "Shrink factor for mask"
{
0.0:1.0 :: "Must be positive and not larger than 1"
-} 0.8
+} 1.0
REAL ahf_shiftcoeff "Coefficient for shift"
{