aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5d38b42..72ab253 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -271,11 +271,11 @@ if(CCTK_Equals(Bvec_evolution_method,"GRHydro"))
if (CCTK_IsThornActive("PUGH" ))
{
- schedule GRHydro_Rho_Minima_Setup_Final_PUGH AT CCTK_PostInitial BEFORE MoL_PostStep
+ schedule GRHydro_Rho_Minima_Setup_Final_PUGH AT CCTK_PostInitial BEFORE (MoL_PostStepModify MoL_PostStep)
{
LANG: C
} "Set the value of the rest-mass density of the atmosphere which will be used during the evolution (PUGH)"
- schedule GRHydro_InitialAtmosphereResetM AT CCTK_PostInitial BEFORE MoL_PostStep AFTER GRHydro_Rho_Minima_Setup_Final_PUGH
+ schedule GRHydro_InitialAtmosphereResetM AT CCTK_PostInitial BEFORE (MoL_PostStepModify MoL_PostStep) AFTER GRHydro_Rho_Minima_Setup_Final_PUGH
{
LANG: Fortran
} "Use mask to enforce atmosphere at initial time"
@@ -296,11 +296,11 @@ if(CCTK_Equals(Bvec_evolution_method,"GRHydro"))
if (CCTK_IsThornActive("PUGH" ))
{
- schedule GRHydro_Rho_Minima_Setup_Final_PUGH AT CCTK_PostInitial BEFORE MoL_PostStep
+ schedule GRHydro_Rho_Minima_Setup_Final_PUGH AT CCTK_PostInitial BEFORE (MoL_PostStepModify MoL_PostStep)
{
LANG: C
} "Set the value of the rest-mass density of the atmosphere which will be used during the evolution (PUGH)"
- schedule GRHydro_InitialAtmosphereReset AT CCTK_PostInitial BEFORE MoL_PostStep AFTER GRHydro_Rho_Minima_Setup_Final_PUGH
+ schedule GRHydro_InitialAtmosphereReset AT CCTK_PostInitial BEFORE (MoL_PostStepModify MoL_PostStep) AFTER GRHydro_Rho_Minima_Setup_Final_PUGH
{
LANG: Fortran
} "Use mask to enforce atmosphere at initial time"