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 4d6e4ee..c15c008 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -18,7 +18,7 @@ if (CCTK_Equals(initial_data, "twopunctures"))
{
LANG: C
STORAGE: puncture_u
- SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse
+ # SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse
} "Create puncture black hole initial data"
}
else
@@ -27,7 +27,7 @@ if (CCTK_Equals(initial_data, "twopunctures"))
{
LANG: C
STORAGE: puncture_u
- SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse
+ # SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse
} "Create puncture black hole initial data"
}
}