aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-11 15:13:46 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-11 15:13:46 -0400
commitfb8888e0a686e1cec2351cd52631d2c838f4a87a (patch)
tree484228ff238e238d7c829fc53a8c8ba3b415e5de /Carpet/LoopControl/schedule.ccl
parent9882933435d2c7edc3423fc4d884d97c44caa2f4 (diff)
LoopControl: Do not output statistics by default
Diffstat (limited to 'Carpet/LoopControl/schedule.ccl')
-rw-r--r--Carpet/LoopControl/schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/LoopControl/schedule.ccl b/Carpet/LoopControl/schedule.ccl
index 6ad9df9eb..e73f72c7b 100644
--- a/Carpet/LoopControl/schedule.ccl
+++ b/Carpet/LoopControl/schedule.ccl
@@ -5,13 +5,13 @@ SCHEDULE lc_setup AT startup BEFORE Driver_Startup
LANG: C
} "Set up LoopControl"
-SCHEDULE lc_statistics_maybe AT analysis
+SCHEDULE lc_statistics_analysis AT analysis
{
LANG: C
OPTIONS: meta
} "Output LoopControl statistics"
-SCHEDULE lc_statistics AT terminate
+SCHEDULE lc_statistics_terminate AT terminate
{
LANG: C
OPTIONS: meta