[Commits] [svn:einsteintoolkit] HydroBase/trunk/ (Rev. 60)

reisswig at tapir.caltech.edu reisswig at tapir.caltech.edu
Wed Apr 10 10:51:26 CDT 2013


User: reisswig
Date: 2013/04/10 10:51 AM

Modified:
 /trunk/
  schedule.ccl

Log:
 Schedule HydroExcisionMask ini bin before MoL_PostStep.

File Changes:

Directory: /trunk/
==================

File [modified]: schedule.ccl
Delta lines: +3 -3
===================================================================
--- trunk/schedule.ccl	2012-11-21 20:50:20 UTC (rev 59)
+++ trunk/schedule.ccl	2013-04-10 15:51:25 UTC (rev 60)
@@ -211,13 +211,13 @@
   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"
 



More information about the Commits mailing list