[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 384)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Thu Jul 5 00:36:47 CDT 2012


User: rhaas
Date: 2012/07/05 12:36 AM

Modified:
 /trunk/
  schedule.ccl

Log:
 GRHydro: fix apparent typos in scheduling of GRHydro_InitAtmosMask
 
 this only matters if wk_atmosphere is used and is based on the argument
 that it makes no sense to do this in postrestrictinitial (at least when
 vertex centering is used) but makes sense in postregridinitial

File Changes:

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

File [modified]: schedule.ccl
Delta lines: +2 -2
===================================================================
--- trunk/schedule.ccl	2012-07-05 05:36:45 UTC (rev 383)
+++ trunk/schedule.ccl	2012-07-05 05:36:47 UTC (rev 384)
@@ -498,7 +498,7 @@
   LANG: Fortran
 } "Initialize the atmosphere mask"
 
-schedule GRHydro_SetupMask AT POSTRESTRICTINITIAL BEFORE HydroBase_PostStep AFTER (MaskOne,MaskZero)
+schedule GRHydro_SetupMask AT POSTREGRIDINITIAL BEFORE HydroBase_PostStep AFTER (MaskOne,MaskZero)
 {
   LANG: Fortran
 } "Initialize the atmosphere mask"
@@ -515,7 +515,7 @@
     LANG: Fortran
   } "Set the atmosphere mask"
 
-  schedule GRHydro_InitAtmosMask AT POSTRESTRICTINITIAL AFTER GRHydro_SetupMask BEFORE HydroBase_PostStep
+  schedule GRHydro_InitAtmosMask AT POSTREGRIDINITIAL AFTER GRHydro_SetupMask BEFORE HydroBase_PostStep
   {
     LANG: Fortran
   } "Set the atmosphere mask"



More information about the Commits mailing list