aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ReductionNormInf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionNormInf.c b/src/ReductionNormInf.c
index 0e6d3c7..c3e20a1 100644
--- a/src/ReductionNormInf.c
+++ b/src/ReductionNormInf.c
@@ -331,7 +331,7 @@ static int ReductionLInf (int N_dims, int operator_handle,
{
ierr = Util_TableSetInt(param_table_handle, num_points, "num_points");
ierr = Util_TableSetInt(param_table_handle, 3,"global_operation");
- ierr = Util_TableSetInt(param_table_handle, 0,"perform_division");
+ ierr = Util_TableSetInt(param_table_handle, 1,"perform_division");
}
else
{