aboutsummaryrefslogtreecommitdiff
path: root/src/ReduceArraysGlobally.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReduceArraysGlobally.c')
-rw-r--r--src/ReduceArraysGlobally.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReduceArraysGlobally.c b/src/ReduceArraysGlobally.c
index cc33b54..47f1659 100644
--- a/src/ReduceArraysGlobally.c
+++ b/src/ReduceArraysGlobally.c
@@ -274,7 +274,7 @@ static int ReduceArraysGlobally (const cGH *GH,
ierr = CCTK_ReduceLocalArrays(dim, local_reduce_handle, param_table_handle,
N_input_arrays, input_array_dims, input_array_type_codes,
- (void *)input_arrays, M_output_values, output_value_type_codes, output_values);
+ input_arrays, M_output_values, output_value_type_codes, output_values);
/* Get flag to perform division by number of points or not, number_of_points and weight_sum */
ierr = Util_TableGetInt(param_table_handle, &perform_division, "perform_division");