From 4367f872e027afc0bb93473ec5e97163be5849aa Mon Sep 17 00:00:00 2001 From: hawke Date: Thu, 24 Apr 2003 08:15:52 +0000 Subject: 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 --- schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3