aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index bdf13ef..70e3938 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,4 +1,4 @@
-# Schedule definitions for thorn MoL2
+# Schedule definitions for thorn MoL
# $Header$
##########################################################
@@ -170,7 +170,7 @@ schedule MoL_InitialCopy IN MoL_Evolution AFTER MoL_PreStep BEFORE MoL_Step
### The actual loop which updates the data. ###
#################################################
-schedule GROUP MoL_Step WHILE MoL2::MoL_Intermediate_Step IN MoL_Evolution AFTER MoL_PreStep
+schedule GROUP MoL_Step WHILE MoL::MoL_Intermediate_Step IN MoL_Evolution AFTER MoL_PreStep
{
LANG: C
} "The loop over the intermediate steps for the ODE integrator"