aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: e7713abe3d7f106a1df798e5726f50a4f90ae72f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Schedule definitions for thorn IsoSurfacer
# $Header$
# schedule IsoSurfacer_Startup at STARTUP 

schedule IsoSurfacer_Startup at STARTUP
{
  LANG:C
} "Startup routine"

schedule IsoSurfacer_Worker at POSTSTEP
{
  LANG:C
} "Polling routine"