aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl25
1 files changed, 25 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..de179c8
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,25 @@
+# Schedule definitions for thorn IOSDF
+# $Header$
+
+########################################################################
+### register IOSDF routines
+########################################################################
+schedule IOSDF_Startup at STARTUP after IOUtil_Startup
+{
+ LANG:C
+} "Startup routine"
+
+schedule IOSDF_Choose1D at BASEGRID after SpatialCoordinates
+{
+ LANG:C
+} "Choose 1D output lines"
+
+schedule IOSDF_Choose2D at BASEGRID after SpatialCoordinates
+{
+ LANG:C
+} "Choose 2D output planes"
+
+schedule IOSDF_Terminate at TERMINATE
+{
+ LANG:C
+} "Close all open SDF output files"