aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authortradke <tradke@d60812e6-3970-4df4-986e-c251b06effeb>2001-08-27 16:30:51 +0000
committertradke <tradke@d60812e6-3970-4df4-986e-c251b06effeb>2001-08-27 16:30:51 +0000
commit7a24f7468637799980c1855016fa1264bff31f21 (patch)
treebf8a0e6a0e5c01764d9616644147bdb6e0dfde9a /src/make.code.defn
parente2e1eed3fae6ba2d1bf7304e3c33c7710a9602d4 (diff)
Added Erik's new reduction operator "norm_inf" to compute the the L-inifinty norm.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@17 d60812e6-3970-4df4-986e-c251b06effeb
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 0389a78..ef01b8c 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,7 +2,7 @@
# $Header$
# Source files in this directory
-SRCS = ReductionMax.c ReductionMin.c ReductionNorm1.c ReductionNorm2.c ReductionSum.c Startup.c Reduction.c
+SRCS = ReductionMax.c ReductionMin.c ReductionNorm1.c ReductionNorm2.c ReductionNormInf.c ReductionSum.c Startup.c Reduction.c
# Subdirectories containing source files
SUBDIRS =