From 29ebb713e36c92db4e337dd02d5bc0ea523f3f35 Mon Sep 17 00:00:00 2001 From: knarf Date: Mon, 27 Jun 2005 09:51:23 +0000 Subject: do not touch emask if told to do not so git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@50 f75ba9e5-694f-0410-ac2c-87ea7ce7132b --- schedule.ccl | 11 +++++++---- 1 file 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 { -- cgit v1.2.3