aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/LoopControl/schedule.ccl')
-rw-r--r--Carpet/LoopControl/schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/LoopControl/schedule.ccl b/Carpet/LoopControl/schedule.ccl
index e73f72c7b..760991e75 100644
--- a/Carpet/LoopControl/schedule.ccl
+++ b/Carpet/LoopControl/schedule.ccl
@@ -5,6 +5,12 @@ SCHEDULE lc_setup AT startup BEFORE Driver_Startup
LANG: C
} "Set up LoopControl"
+SCHEDULE lc_steer AT prestep
+{
+ LANG: C
+ OPTIONS: meta
+} "Update LoopControl algorithm preferences"
+
SCHEDULE lc_statistics_analysis AT analysis
{
LANG: C