From 9f571db8c35923dff20723cd7ada7ff85ea6f317 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 19 Jan 2004 09:48:15 +0000 Subject: 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 --- schedule.ccl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'schedule.ccl') 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" -- cgit v1.2.3