aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/schedule.ccl
blob: fc14c7b0d1da38c5c2c9038530ee607b2f3da5ba (plain)
1
2
3
4
5
6
7
8
# Schedule definitions for thorn LoopControl

if (printstats) {
  SCHEDULE lc_printstats AT terminate
  {
    LANG: C
  } "Output loop control statistics"
}