From 06f25c9809fc2cf5375475cdb56dda0dfcad396a Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 3 May 2004 13:45:25 +0000 Subject: 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 --- schedule.ccl | 3 --- 1 file changed, 3 deletions(-) (limited to 'schedule.ccl') 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)" } -- cgit v1.2.3