aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-28 11:53:19 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-28 11:53:19 +0000
commit45100a31098e847796976f3fcd7889d03ab10034 (patch)
tree2835c6793cd4c20bc0d7646b10768eacf3603213
parent09d6e495ae26f782baddd8745ead574441f0d83c (diff)
add Hermite interpolation directory to the list of subdirs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@105 df1f8a13-aa1d-4dd4-9681-27ded5b42416
-rw-r--r--src/make.code.defn8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 9d98e26..765c244 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -5,6 +5,8 @@
SRCS =
# Subdirectories containing source files
-SUBDIRS = UniformCartesian \
- GeneralizedPolynomial-Uniform \
- GeneralizedPolynomial-Uniform/Lagrange
+SUBDIRS = UniformCartesian \
+ GeneralizedPolynomial-Uniform \
+ GeneralizedPolynomial-Uniform/Lagrange \
+ GeneralizedPolynomial-Uniform/Hermite \
+ # end of list