From ca0c7731de7c3d2bc45175af5b521c539bd66228 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 14 Jun 2004 11:12:42 +0000 Subject: New I/O thorn for 1D/2D/3D output of datasets in SDF file format. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOSDF/trunk@2 3af55ef0-e5e4-43b4-b020-ca5761ff09b2 --- schedule.ccl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') 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" -- cgit v1.2.3