aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-19 11:48:41 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-19 11:48:41 +0000
commit25498e53288336c7f176305f036ecad05a87913c (patch)
tree6e1457497683f03e715f190a71e09a4073940790 /src
parent3737538adf1be519f4437145757cd783a6433c95 (diff)
add new directory with Lagrange interp coeffs -- I forgot to commit
this file yesterday with my other commits. :( :( :( git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@87 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src')
-rw-r--r--src/make.code.defn4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 647ac4a..9d98e26 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -5,4 +5,6 @@
SRCS =
# Subdirectories containing source files
-SUBDIRS = UniformCartesian GeneralizedPolynomial-Uniform
+SUBDIRS = UniformCartesian \
+ GeneralizedPolynomial-Uniform \
+ GeneralizedPolynomial-Uniform/Lagrange