aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-02-27 12:37:01 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2002-02-27 12:37:01 +0000
commit0a8843bcc1a893aa1dda05ee9af51bdbdb7188f6 (patch)
treef629e47b981d424ea34070ad69d19e52a6ed6c83 /schedule.ccl
parent44c9f368c736d27896b86e863fba9f1f18db418c (diff)
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
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 2 insertions, 1 deletions
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"