aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionNorm2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionNorm2.c')
-rw-r--r--src/ReductionNorm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionNorm2.c b/src/ReductionNorm2.c
index fe188e2..8ff2d02 100644
--- a/src/ReductionNorm2.c
+++ b/src/ReductionNorm2.c
@@ -1247,7 +1247,7 @@ static int ReductionL2 (int N_dims, int operator_handle,
if ( global_calling != 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, 0,"perform_division");
}
else