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