aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryye00 <yye00@89daf98e-ef62-4674-b946-b8ff9de2216c>2005-12-08 17:59:44 +0000
committeryye00 <yye00@89daf98e-ef62-4674-b946-b8ff9de2216c>2005-12-08 17:59:44 +0000
commitfc924b1af26c2954715ba0e128ce53c1cc88e91b (patch)
tree7bcda544b6ca97a90b61c77a5bfcbba7fbd35582
parent56492ad86fd7cf314426d982fab3a3557446b05e (diff)
minor fix
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@386 89daf98e-ef62-4674-b946-b8ff9de2216c
-rw-r--r--src/AHFinder_mask.F2
1 files changed, 1 insertions, 1 deletions
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