[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 399)
    rhaas at tapir.caltech.edu 
    rhaas at tapir.caltech.edu
       
    Tue Jul 17 12:08:30 CDT 2012
    
    
  
User: rhaas
Date: 2012/07/17 12:08 PM
Modified:
 /trunk/
  schedule.ccl
Log:
 * schedule GRHydroCopyIntegerMask in POST_RECOVER_VARIABLES before MoL_PostStep rather than HydroBase_PostStep, since the latter is scheduled IN MoL_PostStep
 
  -> rely on correct scheduling rather than on luck to get the correct
 atmosphere map after recovery.
 
 From: Christian Ott <cott at bethe.tapir.caltech.edu>
File Changes:
Directory: /trunk/
==================
File [modified]: schedule.ccl
Delta lines: +1 -1
===================================================================
--- trunk/schedule.ccl	2012-07-17 17:08:28 UTC (rev 398)
+++ trunk/schedule.ccl	2012-07-17 17:08:30 UTC (rev 399)
@@ -487,7 +487,7 @@
 
 # alternatively drop support for wk_atmosphere and schedule GRHydro_SetupMask
 # only in CCTK_BaseGrid
-schedule GRHydroCopyIntegerMask AT CCTK_POST_RECOVER_VARIABLES BEFORE HydroBase_PostStep
+schedule GRHydroCopyIntegerMask AT CCTK_POST_RECOVER_VARIABLES BEFORE MoL_PostStep
 {
   LANG: Fortran
 } "Initialize the real valued atmosphere mask after checkpoint recovery"
    
    
More information about the Commits
mailing list