aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2005-05-10 14:22:24 +0000
committerschnetter <schnetter@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2005-05-10 14:22:24 +0000
commitce04b8009d21da5d6c5c7de1a9e73b342ab0565c (patch)
treec9b8eebbcaacb1ecaccd3a5d26e6872f2d869912
parent973a6171651d8e3ecdc6361785b957f8aa830c1c (diff)
Initialise the static conformal factor in the bin initial instead of
the bin basegrid, because it must not be initialised after recovering. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/StaticConformal/trunk@29 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9889015..dc5418e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,7 +8,7 @@
# check the metric_type and know they can deal with it, 'though.
STORAGE: conformal_state
-SCHEDULE StaticConformal_InitialiseState at CCTK_BASEGRID
+SCHEDULE StaticConformal_InitialiseState at CCTK_INITIAL before ADMBase_InitialData
{
LANG: C
} "Set the conformal_state variable to 0"