aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-03 13:45:25 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-03 13:45:25 +0000
commit06f25c9809fc2cf5375475cdb56dda0dfcad396a (patch)
tree11fcf7d3153f23be9aa8a8b70147141d6c4e41b1 /schedule.ccl
parent754ac2bb448c9f6e6e241a1231262cc5447f212d (diff)
Erik has changed the flesh so thorns (like this one) which schedule
routines in CCTK_ANALYSIS don't need to depend on TAT/always to force stuff to run at every times step -- now this happens by default if no trigger is specified So... with this commit AHFinderDirect no longer depends on TAT/always. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1318 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 0 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1d26a57..f3f0566 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,7 +13,6 @@ if (find_every != 0)
{
lang: C
options: global
- triggers: always
} "find apparent horizon(s) after this time step"
if (which_horizon_to_announce_centroid != 0)
@@ -23,7 +22,6 @@ if (find_every != 0)
after AHFinderDirect_find_horizons
{
lang: C
- triggers: always
} "announce horizon position(s) to other thorns"
}
@@ -50,7 +48,6 @@ if (find_every != 0)
after AHFinderDirect_find_horizons
{
lang: C
- triggers: always
} "maybe set mask(s) based on apparent horizon position(s)"
}