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

if (*isosurfacer != '\0') {
     schedule IsoSurfacer_Startup at STARTUP
  {
    LANG:C
  } "Startup routine"
}