aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-01-19 09:48:15 +0000
committerschnetter <schnetter@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2004-01-19 09:48:15 +0000
commit9f571db8c35923dff20723cd7ada7ff85ea6f317 (patch)
treeeaa0ebcdf79086399ae129e2b179b9827c27229b /schedule.ccl
parentfb75f270b21126d954d5da1119a038b881ba537d (diff)
Add mechanism to select output by coordinate time.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@147 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ccd2ecf..4ed57da 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,3 +8,13 @@ schedule IOBasic_Startup at STARTUP after IOUtil_Startup
{
LANG:C
} "Startup routine"
+
+
+########################################################################
+### register IOBasic routines
+########################################################################
+storage: next_info_output_time next_scalar_output_time
+schedule IOBasic_Init at INITIAL
+{
+ LANG:C
+} "Initialisation routine"