aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorkoppitz <koppitz@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-01-31 14:10:21 +0000
committerkoppitz <koppitz@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-01-31 14:10:21 +0000
commit270f6167280ab9016df899a3b439ab7d496314e3 (patch)
tree67925e5b93a6b0d591399bf56af5e362dd7786db /schedule.ccl
parent85e716cabbae5a1de9e7ce74eb88687ee5bb5f7c (diff)
bug fix
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@3 a2659f00-0f4f-0410-9214-a4596bbb8a4f
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