aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"