From 0a8843bcc1a893aa1dda05ee9af51bdbdb7188f6 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 27 Feb 2002 12:37:01 +0000 Subject: Schedule PUGHInterp's interpolation operators AFTER LocalInterp_UC_Startup. This should be there only temporary as long as the current and Jonathan's new interpolator thorns coexist. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@23 1c20744c-e24a-42ec-9533-f5004cb800e5 --- schedule.ccl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 5e5a7bc..08b5f9d 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,7 +1,8 @@ # Schedule definitions for thorn PUGHInterp # $Header$ -schedule PUGHInterp_Startup at STARTUP after Driver_Startup +schedule PUGHInterp_Startup at STARTUP after (Driver_Startup \ + LocalInterp_UC_Startup) { LANG:C } "PUGHInterp startup routine" -- cgit v1.2.3