aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-05-30 16:46:39 +0000
committereschnett <eschnett@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-05-30 16:46:39 +0000
commit00406ddc6ce5c5b78c665967eada75771d212f00 (patch)
treefa12523c45b5f735ac60f2a3e58fbdb1edb740d4
parent5871e0cdd304ab58919933e1c704b19130e920f6 (diff)
Schedule HydroBase_PostStep after ADMBase_SetADMVars. This change
logically belongs to the previous change that added the schedule group ADMBase_SetADMVars to ADMBase. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@28 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 4f38381..f52cbb7 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -91,7 +91,7 @@ schedule group HydroBase_RHS in MoL_CalcRHS
{
} "Groups for scheduling tasks for calculating RHS of hydro variables"
-schedule group HydroBase_PostStep in MoL_PostStep before SetTmunu
+schedule group HydroBase_PostStep in MoL_PostStep before SetTmunu after ADMBase_SetADMVars
{
} "Post step tasks for hydro thorns"