aboutsummaryrefslogtreecommitdiff
path: root/src/ReduceArraysGlobally.c
diff options
context:
space:
mode:
authoreschnett <eschnett@d60812e6-3970-4df4-986e-c251b06effeb>2012-07-04 01:29:22 +0000
committereschnett <eschnett@d60812e6-3970-4df4-986e-c251b06effeb>2012-07-04 01:29:22 +0000
commit2e15500a6f4763d3bb531f47c4ce8102fd401678 (patch)
tree0e80119bccf6f41379a34d6f4f450f2334c26dd7 /src/ReduceArraysGlobally.c
parent58e21088bc6d95160321847d7cc1d8339be1289e (diff)
Introduce cctk_ash, retire cctk_lssh
Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@100 d60812e6-3970-4df4-986e-c251b06effeb
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");