From 3b57d3383a6b0c9da1f638a196e8680806dd3239 Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 17 Jul 2012 17:08:30 +0000 Subject: * 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 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@399 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3