From 58e5ebb6c6de659388a9f4683923047edd26555d Mon Sep 17 00:00:00 2001 From: reisswig Date: Wed, 10 Apr 2013 15:51:25 +0000 Subject: Schedule HydroExcisionMask ini bin before MoL_PostStep. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@60 57fe0bb3-ccba-405f-9b23-de0201f165b7 --- schedule.ccl | 6 +++--- 1 file 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" -- cgit v1.2.3