aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-04-24 08:15:52 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-04-24 08:15:52 +0000
commit4367f872e027afc0bb93473ec5e97163be5849aa (patch)
treedb4d303ab4852321efb0e64fed33dc19603f1c4f /schedule.ccl
parentfd1b7d175f18cb5f1d168c8a9e95508b41ae39e9 (diff)
Change the fileversion strings and comments from MoL2->MoL (cosmetic).
Change the grid scalar used in the schedule.ccl from MoL2->MoL (necessary). git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@4 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
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"