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