aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@89daf98e-ef62-4674-b946-b8ff9de2216c>2005-02-23 16:55:52 +0000
committerdiener <diener@89daf98e-ef62-4674-b946-b8ff9de2216c>2005-02-23 16:55:52 +0000
commiteefab44a3f055102e6ac7d5f81e82501692a71f0 (patch)
tree8ca2cfaa7bf0c038186474e5fee219be7895aec7 /param.ccl
parentb7a8d76f3459b3eb9b4b721cfc9081fe49e1467d (diff)
Added a parameter to only start setting the excision mask after a certain
time. The default value is set so that the normal behaviour is not changed. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@376 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index debc0b0..10161ff 100644
--- a/param.ccl
+++ b/param.ccl
@@ -453,6 +453,11 @@ KEYWORD ahf_masktype "Type of mask" STEERABLE = ALWAYS
"poly" :: "Mask is a polyhedra"
} "cube"
+REAL ahf_mask_time "Time after which to start setting the mask"
+{
+: :: "Anything goes. Negative number means setting the mask as soon as possible"
+} -1.0
+
BOOLEAN ahf_mask_0 "Mask for first horizon with find3?"
{
} "yes"