aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"