aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-06 13:25:44 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-06 13:25:44 +0000
commit9fd9257122471f782da3476e7b83b46de3d9be99 (patch)
treee308b6bb88ede7ecf2c6ccf8564de063b38cda6e
parent5d137974b2a8dc9d382d6bb0487ca142da2b2bfc (diff)
delete Jonathan Thornburg's interpolator
(which is GPL and hence isn't allowed in CactusBase; it's now in AEIThorns/AEILocalInterp/) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@156 df1f8a13-aa1d-4dd4-9681-27ded5b42416
-rw-r--r--schedule.ccl9
1 files changed, 2 insertions, 7 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 10a3202..6a7bcc9 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,12 +1,7 @@
# Schedule definitions for thorn LocalInterp
# $Header$
-Schedule LocalInterp_UC_Startup at STARTUP after Driver_Startup
+Schedule LocalInterp_Startup at STARTUP after Driver_Startup
{
LANG:C
-} "LocalInterp/UniformCartesian startup routine"
-
-Schedule LocalInterp_GPU_Startup at STARTUP after Driver_Startup
-{
-LANG:C
-} "LocalInterp/GeneralizedPolynomial-Uniform startup routine"
+} "register CCTK_InterpLocal() interpolation operators"