aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-05 05:36:47 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-05 05:36:47 +0000
commit916cec6dc45edf47ed6a634f174638ba697201d7 (patch)
tree8e3bf375d1ae0246d6bf398399b760e901665a2b /schedule.ccl
parenta06e51741c75f05d074aa2e3ebaac42282158abc (diff)
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 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@384 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index d32f003..834db62 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -498,7 +498,7 @@ schedule GRHydro_SetupMask AT POSTREGRID BEFORE MoL_PostStep AFTER (MaskOne,Mask
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 @@ if (wk_atmosphere)
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"