aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2005-06-27 09:51:23 +0000
committerknarf <knarf@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2005-06-27 09:51:23 +0000
commit29ebb713e36c92db4e337dd02d5bc0ea523f3f35 (patch)
tree8c47fe72bbd0c9d18e3d047d99c01d88693d1423
parent17833bb5cf7e3949500a5742ddb969fde25efbb1 (diff)
do not touch emask if told to do not soHEADsvnmaster
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@50 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
-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
{