From d434e5a84eeeff8660f22d40475e8fca68dfdf72 Mon Sep 17 00:00:00 2001 From: rhaas Date: Sun, 8 Jul 2012 04:58:20 +0000 Subject: remove AFTER statements without effect from schedule the removed statements referred to a group that does not exist in the schedule bins git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1568 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- schedule.ccl | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/schedule.ccl b/schedule.ccl index edaf235..f3f0102 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -105,8 +105,7 @@ if (run_at_CCTK_ANALYSIS != 0) } "import the excision mask" schedule AHFinderDirect_store at CCTK_ANALYSIS \ - after AHFinderDirect_find_horizons \ - before SphericalSurface_HasBeenSet + after AHFinderDirect_find_horizons { lang: C options: global @@ -189,8 +188,7 @@ if (run_at_CCTK_POSTINITIAL != 0) } "import the excision mask" schedule AHFinderDirect_store at CCTK_POSTINITIAL \ - after AHFinderDirect_find_horizons \ - before SphericalSurface_HasBeenSet + after AHFinderDirect_find_horizons { lang: C options: global @@ -231,8 +229,7 @@ if (run_at_CCTK_POSTPOSTINITIAL != 0) } "import the excision mask" schedule AHFinderDirect_store at CCTK_POSTPOSTINITIAL \ - after AHFinderDirect_find_horizons \ - before SphericalSurface_HasBeenSet + after AHFinderDirect_find_horizons { lang: C options: global @@ -273,15 +270,14 @@ if (run_at_CCTK_POST_RECOVER_VARIABLES != 0) } "import the excision mask" schedule AHFinderDirect_store at CCTK_POST_RECOVER_VARIABLES \ - after AHFinderDirect_find_horizons \ - before SphericalSurface_HasBeenSet + after AHFinderDirect_find_horizons { lang: C options: global } "store apparent horizon(s) into spherical surface(s)" schedule AHFinderDirect_save at CCTK_POST_RECOVER_VARIABLES \ - after AHFinderDirect_find_horizons \ + after AHFinderDirect_find_horizons { lang: C options: global -- cgit v1.2.3