aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-08 10:15:40 +0000
committertradke <tradke@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-08 10:15:40 +0000
commit2a2204af7b85195002e67e3ac5218da8926e2ff8 (patch)
treec572ff59b28c6a60153fb313e2975ca615d4a082 /schedule.ccl
parente85869d7f4f753250d844faa1b1923e412af3521 (diff)
Changes to support both the new and the old interpolation API.
A local interpolator named "uniform cartesian" is now provided under the new API. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@164 df1f8a13-aa1d-4dd4-9681-27ded5b42416
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 6a7bcc9..969f1b9 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,4 +4,4 @@
Schedule LocalInterp_Startup at STARTUP after Driver_Startup
{
LANG:C
-} "register CCTK_InterpLocal() interpolation operators"
+} "register LocalInterp's interpolation operators"