aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-17 17:08:30 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-07-17 17:08:30 +0000
commit3b57d3383a6b0c9da1f638a196e8680806dd3239 (patch)
tree79bb94f8c7c9eed5e336c00a51cb5cf79f40956c /schedule.ccl
parent5a745f6dfc6bbc11027e37d6e01238b2c0eda494 (diff)
* 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@bethe.tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@399 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 834db62..42a682c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -487,7 +487,7 @@ schedule GRHydro_SetupMask AT CCTK_Initial BEFORE HydroBase_Initial
# 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"