From 9fd9257122471f782da3476e7b83b46de3d9be99 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 6 Jul 2003 13:25:44 +0000 Subject: 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 --- schedule.ccl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3