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 e08aa3c..6d607ba 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -461,10 +461,13 @@ schedule GROUP MoL_PreStep IN MoL_Evolution AFTER MoL_StartStep BEFORE MoL_Step
### the physics thorn knows where to find it. ###
#################################################################
-schedule MoL_InitialCopy IN MoL_Evolution AFTER MoL_PreStep BEFORE MoL_Step
+if (!skip_initial_copy)
{
- LANG: C
-} "Ensure the data is in the correct timelevel"
+ schedule MoL_InitialCopy IN MoL_Evolution AFTER MoL_PreStep BEFORE MoL_Step
+ {
+ LANG: C
+ } "Ensure the data is in the correct timelevel"
+}
#################################################
### The actual loop which updates the data. ###