aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-06 11:39:36 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-06 11:39:36 +0000
commite9f00ac8be804694fed90fee6dfaa45f9438ebb8 (patch)
tree751937dea2db230245a372c7fc9d1e878352a2e8 /src/make.code.defn
parentdcba423b1b91d1b9dc3a4e7c3ac7812e30f1f00c (diff)
Remove Jonathan Thornburg's interpolator
(which is GPL and thus not allowed to be in CactusBase; it now lives in AEIThorns/AEILocalInterp/) so this thorn contains only the interpolator written by Thomas Radke in early 2001. The files for this interpolator are now in src/ ; before this commit they were in src/UniformCartesian/ . git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@154 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 44d2583..0e61525 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,13 +2,7 @@
# $Header$
# Source files in this directory
-SRCS =
+SRCS = Startup.c Operator.c Interpolate.c
# Subdirectories containing source files
-SUBDIRS = UniformCartesian \
- GeneralizedPolynomial-Uniform \
- GeneralizedPolynomial-Uniform/common \
- GeneralizedPolynomial-Uniform/Lagrange-tensor-product \
- GeneralizedPolynomial-Uniform/Lagrange-maximum-degree \
- GeneralizedPolynomial-Uniform/Hermite \
- # end of list
+SUBDIRS =