From 23d3421db93f206c25d31bf1c2c61292602f645b Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 27 Apr 2010 09:14:00 +0000 Subject: make sure prim2con is called before settmunu git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@26 57fe0bb3-ccba-405f-9b23-de0201f165b7 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3