aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"