aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 1 insertions, 9 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 6e23cde..41e54ec 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -7,15 +7,7 @@ schedule AHFinderDirect_setup at CCTK_BASEGRID after SpatialCoordinates
options: global
} "setup data structures"
-if (find_AHs_at_postinitial != 0)
- {
- schedule AHFinderDirect_find_horizons at CCTK_POSTINITIAL
- {
- lang: C
- options: global
- } "find apparent horizon(s) in initial data"
- }
-if (find_AHs_at_poststep != 0)
+if (find_AHs != 0)
{
schedule AHFinderDirect_find_horizons at CCTK_POSTSTEP
{