aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreisswig <reisswig@57fe0bb3-ccba-405f-9b23-de0201f165b7>2013-04-10 15:51:25 +0000
committerreisswig <reisswig@57fe0bb3-ccba-405f-9b23-de0201f165b7>2013-04-10 15:51:25 +0000
commit58e5ebb6c6de659388a9f4683923047edd26555d (patch)
tree69a1d06fbfce51db5b772c7ef2f94dc2e6da15d4
parenta79a6ab37879bbb2e37be5a3998a0fe3944536ae (diff)
Schedule HydroExcisionMask ini bin before MoL_PostStep.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@60 57fe0bb3-ccba-405f-9b23-de0201f165b7
-rwxr-xr-xschedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3389936..960de04 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -211,13 +211,13 @@ if (hydro_excision)
schedule GROUP HydroBase_ExcisionMaskSetup in HydroBase_Initial
{
} "Set up hydro excision mask"
- schedule GROUP HydroBase_ExcisionMaskSetup at PostRegridInitial
+ schedule GROUP HydroBase_ExcisionMaskSetup at PostRegridInitial BEFORE MoL_PostStep
{
} "Set up hydro excision mask"
- schedule GROUP HydroBase_ExcisionMaskSetup at PostRegrid
+ schedule GROUP HydroBase_ExcisionMaskSetup at PostRegrid BEFORE MoL_PostStep
{
} "Set up hydro excision mask"
- schedule GROUP HydroBase_ExcisionMaskSetup at Post_Recover_Variables
+ schedule GROUP HydroBase_ExcisionMaskSetup at Post_Recover_Variables BEFORE MoL_PostStep
{
} "Set up hydro excision mask"