aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-05-06 09:23:48 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-05-06 09:23:48 +0000
commit03a92f415aea5cdd2ac04f749bcc07c86c1b6869 (patch)
tree2112331cf052c630c4e3f2cc370d0215335ca2cf /schedule.ccl
parent57daa72811142a5f0377bfd2cdba07eebb73e977 (diff)
Parameter names changes as announced in today's mail to users@cactuscode.org.
You must also update thorn IOUtil now. This thorn will be moved from BetaThorns to CactusPUGHIO now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@32 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 408792b..1dbb6ac 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -9,7 +9,7 @@ schedule IOPanda_Startup at STARTUP after IOUtil_Startup
LANG:C
} "IOPanda startup routine"
-schedule IOPanda_Finalize at CCTK_TERMINATE
+schedule IOPanda_Finalize at TERMINATE
{
LANG:C
} "IOPanda finalize routine"