aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 6 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9c33bbe..f0aed52 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -484,10 +484,13 @@ if (CCTK_Equals(ODE_Method,"ICN-avg"))
### The time step is initialised to zero ###
##############################################
-schedule MoL_InitRHS IN MoL_Step BEFORE MoL_CalcRHS
+if (init_RHS_zero)
{
- LANG: C
-} "Initialise the RHS functions"
+ schedule MoL_InitRHS IN MoL_Step BEFORE MoL_CalcRHS
+ {
+ LANG: C
+ } "Initialise the RHS functions"
+}
#####################################################
### The group where all the physics takes place ###