aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionSum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionSum.c')
-rw-r--r--src/ReductionSum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionSum.c b/src/ReductionSum.c
index c3134d4..43da67b 100644
--- a/src/ReductionSum.c
+++ b/src/ReductionSum.c
@@ -1237,7 +1237,7 @@ static int ReductionSum (int N_dims, int operator_handle,
if ( Util_TableQueryNKeys(param_table_handle) != 0)
{
ierr = Util_TableSetInt(param_table_handle, num_points, "num_points");
- ierr = Util_TableSetInt(param_table_handle, 3,"mpi_operation");
+ ierr = Util_TableSetInt(param_table_handle, 3,"global_operation");
ierr = Util_TableSetInt(param_table_handle, 1,"perform_division");
}