aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-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