From 0b34a3d107e3347c33971a9d505a840d6b53bb36 Mon Sep 17 00:00:00 2001 From: yye00 Date: Wed, 21 Dec 2005 20:00:46 +0000 Subject: fixed a memory leak git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@388 89daf98e-ef62-4674-b946-b8ff9de2216c --- src/AHFinder_gau.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AHFinder_gau.F b/src/AHFinder_gau.F index 1a27d21..9ecad73 100644 --- a/src/AHFinder_gau.F +++ b/src/AHFinder_gau.F @@ -692,7 +692,7 @@ c#include "CactusEinstein/ADMMacros/src/macro/ADM_Spacing_declare.h" call CCTK_ReduceArraysGlobally(ierror, cctkGH, -1,sum_handle, -1, . 3, input_array,0, 0, input_array_type3, 3, - . input_array_type3, reduction_value) + . input_array_type3, reduction_value3) if (ierror.ne.0) then call CCTK_WARN(1,"Reduction failed!") -- cgit v1.2.3