aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2005-02-01 10:01:22 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2005-02-01 10:01:22 +0000
commit3c8e852e2be559a3574c93b8932a98fc443fc9b2 (patch)
tree5d43ae8f6dca9c8f9dc814ac29a5326079cfafe2 /schedule.ccl
parenta5dc8bf62793e6ba4251fa0c369dee0d7d67b2bc (diff)
Forgot to commit the schedule.ccl with last commit.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@84 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 7 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4e0ae19..ca5085e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -112,7 +112,13 @@ if (CCTK_Equals(ODE_Method,"Generic"))
### registration functions ###
#################################################
-schedule GROUP MoL_Register AT Wragh AFTER MoL_SetupIndexArrays
+schedule MoL_SetScheduleStatus AT Wragh AFTER MoL_SetupIndexArrays
+{
+ LANG: C
+ OPTIONS: GLOBAL
+} "Set the flag so it is ok to register with MoL"
+
+schedule GROUP MoL_Register AT Wragh AFTER MoL_SetScheduleStatus
{
} "The group where physics thorns register variables with MoL"