aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-08-21 18:51:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-08-21 18:51:00 +0000
commitb13e77bac146afa79d7855f62bd0433e0b4bb4ed (patch)
treea91cdd7c8378244082e2db1f30a0b07e25391230 /Carpet/LoopControl/schedule.ccl
parent50df1d39fea0269b79adc5f90da6c7c7a5f23c70 (diff)
LoopControl: New thorn which helps iterating over grid functions efficiently
darcs-hash:20070821185122-dae7b-cde121a591484710e62b2b82453ef592d80786e4.gz
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
new file mode 100644
index 000000000..56204414d
--- /dev/null
+++ b/Carpet/LoopControl/schedule.ccl
@@ -0,0 +1,6 @@
+# Schedule definitions for thorn LoopControl
+
+SCHEDULE lc_printstats AT terminate
+{
+ LANG: C
+} "Output loop control statistics"