aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionNorm2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionNorm2.c')
-rw-r--r--src/ReductionNorm2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ReductionNorm2.c b/src/ReductionNorm2.c
index c6c1835..6876db5 100644
--- a/src/ReductionNorm2.c
+++ b/src/ReductionNorm2.c
@@ -334,6 +334,7 @@ static int ReductionL2 (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, 0,"perform_2_root");
}
else
{