aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_reductions.h
diff options
context:
space:
mode:
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);