aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authoryye00 <yye00@d60812e6-3970-4df4-986e-c251b06effeb>2005-11-14 17:50:02 +0000
committeryye00 <yye00@d60812e6-3970-4df4-986e-c251b06effeb>2005-11-14 17:50:02 +0000
commit325bd9c079d695811f72b4e8507a07c1c6cfdb9b (patch)
tree1773d9650bfa35bd992495fedb3177879de993ca /src/make.code.defn
parenta0874cffdf5002abcf7ae3b7cdd12a7bf3b4bb36 (diff)
migration from misnomer pointwise-reduction to reduce arrays globally
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@78 d60812e6-3970-4df4-986e-c251b06effeb
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 1ebc323..2182328 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -4,4 +4,5 @@
# 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 ReduceGA.c
+ ReductionNormInf.c ReductionSum.c Startup.c Reduction.c ReduceGA.c \
+ ReduceArraysGlobally.c