aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"
{