From 2248cabada859337c9945616de9a3d612d8f2199 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 2 Sep 2002 10:26:48 +0000 Subject: 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 --- src/make.code.defn | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3