aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-02 10:26:48 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-02 10:26:48 +0000
commit2248cabada859337c9945616de9a3d612d8f2199 (patch)
tree5c00edfcce5f0b8d564b5f704c1a6b18385b1e76 /src/make.code.defn
parent829a7c06be671391415df5774fc82ac245be4b1a (diff)
This is a major reworking of this interpolator.
The interpolation code in template.c is now split up into subfunctions (in common/, Lagrange/, and Hermite/), so it should now compile in finite cpu/memory even with optimization. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@114 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 765c244..aebd915 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -7,6 +7,7 @@ SRCS =
# Subdirectories containing source files
SUBDIRS = UniformCartesian \
GeneralizedPolynomial-Uniform \
+ GeneralizedPolynomial-Uniform/common \
GeneralizedPolynomial-Uniform/Lagrange \
GeneralizedPolynomial-Uniform/Hermite \
# end of list