aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authormiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2001-01-15 12:07:40 +0000
committermiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2001-01-15 12:07:40 +0000
commit105d9609659e1f81d44152444b276eac171b45c9 (patch)
treeb9794aa4dcfe56a138563a6cbba0fcc237af073e /schedule.ccl
parent4ede57db186a6c7c21f0175af535ad64fee5e9b9 (diff)
Moving excatgauge from POSTINITIAL to INITIAL. As POSTINITIAL it conflicts
with the evolution thorns that assume that by then maetric plus gauge has been set up correctly. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@46 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 94db0f1..c8df381 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -36,7 +36,7 @@ if ( (CCTK_Equals(initial_data,"slice")) && ! (CCTK_Equals(evolution_system,"sli
if ( (CCTK_Equals(initial_lapse,"exact")) || (CCTK_Equals(initial_shift,"exact")) )
{
- schedule exactgauge at CCTK_POSTINITIAL
+ schedule exactgauge at CCTK_INITIAL
{
LANG: Fortran
} "Set initial lapse and/or shift from exact solution on a trivial slice"