aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorgoodale <goodale@d60812e6-3970-4df4-986e-c251b06effeb>2004-09-09 17:17:43 +0000
committergoodale <goodale@d60812e6-3970-4df4-986e-c251b06effeb>2004-09-09 17:17:43 +0000
commit876db562b6f661e2269f2ea2dd2f84448cef8f29 (patch)
tree8a8a8f51e9951cf1c4a653fef29490c4d12197ec /src/make.code.defn
parent6a8475cff8dbfa946e1401711a0a4ccf32c4fa10 (diff)
New global reduction stuff.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@49 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 7e73b26..1ebc323 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -4,4 +4,4 @@
# Source files in this directory
SRCS = ReductionAvg.c ReductionCount.c ReductionMax.c ReductionMin.c \
ReductionNorm1.c ReductionNorm2.c ReductionNorm3.c ReductionNorm4.c \
- ReductionNormInf.c ReductionSum.c Startup.c Reduction.c
+ ReductionNormInf.c ReductionSum.c Startup.c Reduction.c ReduceGA.c