aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-28 11:37:45 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-28 11:37:45 +0000
commitaef2c7825b02ab8a72292b13e4718d1f8eebd572 (patch)
tree2fff66bc61a723354557f566042259e8cf815d56 /param.ccl
parent2fbe4681d0324bf2b02422a2abc55db3e4cac779 (diff)
replace Boolean parameter find_AHs
with new integer parameter find_every so user can choose how often to find AHs (with Carpet, at present you can only find AHs on a time level where the coarsest grid is defined ==> you must use find_every ) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1153 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index c9857fa..7ceddd2 100644
--- a/param.ccl
+++ b/param.ccl
@@ -31,9 +31,11 @@ private:
#
# set this to (try to) find apparent horizons at every time step
-boolean find_AHs "should we try to find apparent horizons?"
+int find_every "how often should we try to find apparent horizons?"
{
-} "true"
+0 :: "don't find AHs at all (this thorn is a no-op)"
+1:* :: "any integer >= 1"
+} 1
keyword method "what should this thorn do for each apparent horizon?"
{