From 8b9f8a30aced96f0cf14299da0cac6163d890de4 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 5 Oct 1999 17:41:36 +0000 Subject: Schedule IOFlexIO_Startup after IOUtil_Startup. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@46 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index bafa603..f8ccf5a 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -3,7 +3,7 @@ ######################################################################## ### register IOFlexIO routines ######################################################################## -schedule IOFlexIO_Startup at STARTUP +schedule IOFlexIO_Startup at STARTUP after IOUtil_Startup { LANG:C } "Startup routine" -- cgit v1.2.3