From fc924b1af26c2954715ba0e128ce53c1cc88e91b Mon Sep 17 00:00:00 2001 From: yye00 Date: Thu, 8 Dec 2005 17:59:44 +0000 Subject: minor fix git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@386 89daf98e-ef62-4674-b946-b8ff9de2216c --- src/AHFinder_mask.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AHFinder_mask.F b/src/AHFinder_mask.F index 266695f..63d1184 100644 --- a/src/AHFinder_mask.F +++ b/src/AHFinder_mask.F @@ -129,7 +129,7 @@ input_array(1) = CCTK_PointerTo(rhor) reduction_value(1) = CCTK_PointerTo(rhortemp) call CCTK_ReduceArraysGlobally(ierr, cctkGH, -1,reduce_handle, -1, - . 1, input_array,0, input_array_dim, input_array_type, 1, + . 1, input_array,0, 0, input_array_type, 1, . input_array_type, reduction_value) rhor = rhortemp -- cgit v1.2.3