From c638363f4ac7b36a7c55eee1ab21d1c355b84951 Mon Sep 17 00:00:00 2001 From: lanfer Date: Mon, 18 Oct 1999 06:51:37 +0000 Subject: added interface for 1D local array reduction - C-prototypes git-svn-id: http://svn.cactuscode.org/flesh/trunk@1046 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Reduction.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include') diff --git a/src/include/cctk_Reduction.h b/src/include/cctk_Reduction.h index 4e69ea6c..9df18a65 100644 --- a/src/include/cctk_Reduction.h +++ b/src/include/cctk_Reduction.h @@ -61,6 +61,11 @@ int CCTK_RegisterReductionArrayOperator( int CCTK_ReduceLocalScalar (cGH *GH, int proc, int operation_handle, void *inScalar, void *outScalar, int dataType); +int CCTK_ReduceLocalArray1D (cGH *GH, int proc, int operation_handle, + void *in_array1d, void *out_array1d, + int num_in_array1d, int data_type) + + int CCTK_ReduceArray(cGH *GH, int proc, int operation_handle, -- cgit v1.2.3