aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@f88db872-0e4f-0410-b76b-b9085cfa78c5>2010-01-21 17:09:06 +0000
committerknarf <knarf@f88db872-0e4f-0410-b76b-b9085cfa78c5>2010-01-21 17:09:06 +0000
commit6d5ac3eeaeadb3c1fe2ba80d27948490aee4c720 (patch)
tree74445fec17d6b208a1d3893ba89a279ab172d14f
parent5463466aa2e3a2cf8b07ba5422253875841a1b8b (diff)
make find_every always steerable
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1541 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 11bdce9..6282504 100644
--- a/param.ccl
+++ b/param.ccl
@@ -48,7 +48,7 @@ private:
#
# set this to (try to) find apparent horizons at every time step
-int find_every "how often should we try to find apparent horizons?" STEERABLE=recover
+int find_every "how often should we try to find apparent horizons?" STEERABLE=always
{
0 :: "don't find AHs at all (this thorn is a no-op)"
1:* :: "any integer >= 1"