aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhawke <hawke@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2003-09-30 15:11:10 +0000
committerhawke <hawke@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2003-09-30 15:11:10 +0000
commit124446220b87ee73324d6ed836629a4482d7b8f5 (patch)
tree8ca03599611bd254e27fb7c6a96cc82cfbf67915
parent43df4d2ecd98e3112845c28b22c0b85d4370bec7 (diff)
Setup any fixed excision regions at PostInitial, not PreStep. Fixes a bug with Carpet (not clear that it works correctly with Carpet yet though).
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@38 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index fa9d462..169e015 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,7 +1,7 @@
# Schedule definitions for thorn LegoExcision
# $Header$
-schedule Lego_FixedSphere in CCTK_PRESTEP
+schedule Lego_FixedSphere in CCTK_POSTINITIAL
{
LANG:Fortran
} "Excise a fixed lego sphere"