From aef2c7825b02ab8a72292b13e4718d1f8eebd572 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 28 Jul 2003 11:37:45 +0000 Subject: 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 --- param.ccl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'param.ccl') 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?" { -- cgit v1.2.3