aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_reductions.h
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/pugh_reductions.h
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/pugh_reductions.h')
-rw-r--r--src/pugh_reductions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pugh_reductions.h b/src/pugh_reductions.h
index 7634497..bed64a0 100644
--- a/src/pugh_reductions.h
+++ b/src/pugh_reductions.h
@@ -141,6 +141,8 @@ extern "C" {
#endif
int PUGH_ReduceGridArrays (REDUCTION_GRID_ARRAY_OPERATOR_REGISTER_ARGLIST);
+int PUGH_ReduceArraysGlobally(REDUCTION_ARRAYS_GLOBALLY_OPERATOR_REGISTER_ARGLIST);
+
int PUGH_ReductionAvgGVs (REDUCTION_OPERATOR_REGISTER_ARGLIST);
int PUGH_ReductionCountGVs (REDUCTION_OPERATOR_REGISTER_ARGLIST);
int PUGH_ReductionMaxValGVs (REDUCTION_OPERATOR_REGISTER_ARGLIST);