From df4108e226b87a43332857e1dfdab20e10e6c104 Mon Sep 17 00:00:00 2001 From: yye00 Date: Thu, 15 Dec 2005 22:50:22 +0000 Subject: minor fix git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@97 fa3da13c-9f13-4301-a575-cf5b8c5e1907 --- src/Flat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flat.c b/src/Flat.c index c083eb5..2fd87d3 100644 --- a/src/Flat.c +++ b/src/Flat.c @@ -297,7 +297,7 @@ int SORFlat3D(cGH *GH, int FieldIndex, int MIndex, int NIndex, } /* reduction operation on processor-local residual values */ - ierr = ierr = CCTK_ReduceArraysGlobally(GH, -1,sum_handle, -1, 1,input_array,0, + ierr = CCTK_ReduceArraysGlobally(GH, -1,sum_handle, -1, 1,input_array,0, input_array_dim, input_array_type_codes, 1, -- cgit v1.2.3