aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-07-08 04:58:20 +0000
committerrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-07-08 04:58:20 +0000
commitd434e5a84eeeff8660f22d40475e8fca68dfdf72 (patch)
treed881afe3cf5499b24cf07bb385ab00800bed5e6b
parentcb577890fa114b5258a5c85f1968bb9147bcf2d4 (diff)
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
-rw-r--r--schedule.ccl14
1 files 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