aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl11
1 files changed, 7 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5f25b38..5c29cec 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -14,11 +14,14 @@ schedule GROUP ApplyBCs as Lego_ApplyBCs in CCTK_POSTINITIAL after Lego_FixedSph
{
} "Apply boundary conditions controlled by thorn Boundary"
-schedule Lego_FixedSphere in CCTK_POSTREGRID after MaskOne
+if (touch_excision_at_startup)
{
- LANG:Fortran
- SYNC:SpaceMask::mask
-} "Excise a fixed lego sphere"
+ schedule Lego_FixedSphere in CCTK_POSTREGRID after MaskOne
+ {
+ LANG:Fortran
+ SYNC:SpaceMask::mask
+ } "Excise a fixed lego sphere"
+}
schedule GROUP ApplyBCs as Lego_ApplyBCs in CCTK_POSTREGRID after Lego_FixedSphere
{