aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-04-27 09:14:00 +0000
committerknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-04-27 09:14:00 +0000
commit23d3421db93f206c25d31bf1c2c61292602f645b (patch)
tree9788ef94b03e7155e03aad67e4fc83fbdc0ffb28
parenta4c5ad584378b6b171185db73b65a31ff625f0db (diff)
make sure prim2con is called before settmunu
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@26 57fe0bb3-ccba-405f-9b23-de0201f165b7
-rwxr-xr-xschedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index fbda56c..4f38381 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -133,7 +133,7 @@ schedule group HydroBase_Con2Prim at CCTK_PostPostInitial as Con2Prim \
# Hydro thorns should schedule their Prim2Con routines in this group.
# This group is then scheduled at different times during an evolution.
schedule group HydroBase_Prim2ConInitial at CCTK_INITIAL \
- after HydroBase_Initial
+ after HydroBase_Initial before SetTmunu
{
} "Recover the conservative variables from the primitive variables"