aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f95f829..ab3b151 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,13 +13,13 @@ if(pt_track_punctures){
OPTIONS: GLOBAL
} "calculate new location of punctures"
- SCHEDULE PunctureTracker at CCTK_POSTSTEP
+ SCHEDULE PunctureTracker at CCTK_POSTSTEP before SphericalSurface_HasBeenSet
{
LANG: C
OPTIONS: GLOBAL
} "calculate new location of punctures"
- SCHEDULE update_punc_loc at CCTK_POSTSTEP after PunctureTracker
+ SCHEDULE update_punc_loc at CCTK_POSTSTEP after PunctureTracker before SphericalSurface_HasBeenSet
{
LANG: C
OPTIONS: GLOBAL