From 51804dff1d0034d40f5e323d7ca0b49be49cb806 Mon Sep 17 00:00:00 2001 From: lanfer Date: Mon, 18 Oct 1999 08:22:10 +0000 Subject: forgot a ; git-svn-id: http://svn.cactuscode.org/flesh/trunk@1047 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Reduction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/cctk_Reduction.h b/src/include/cctk_Reduction.h index 9df18a65..3896a00a 100644 --- a/src/include/cctk_Reduction.h +++ b/src/include/cctk_Reduction.h @@ -63,7 +63,7 @@ int CCTK_ReduceLocalScalar (cGH *GH, int proc, int operation_handle, int CCTK_ReduceLocalArray1D (cGH *GH, int proc, int operation_handle, void *in_array1d, void *out_array1d, - int num_in_array1d, int data_type) + int num_in_array1d, int data_type); int CCTK_ReduceArray(cGH *GH, -- cgit v1.2.3