From 65d11ce0dae35439629a621b18c0b6a5d141ce8e Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 14 Apr 2003 11:43:47 +0000 Subject: Fixed variable declaration for the non-MPI case. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@39 d60812e6-3970-4df4-986e-c251b06effeb --- src/ReductionAvg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReductionAvg.c b/src/ReductionAvg.c index 3909b89..792202b 100644 --- a/src/ReductionAvg.c +++ b/src/ReductionAvg.c @@ -213,8 +213,8 @@ static int ReductionAvg (const cGH *GH, { int i, total_outvals; const char *vtypename; -#ifdef CCTK_MPI const pGH *pughGH; +#ifdef CCTK_MPI CCTK_REAL *local_outvals; #endif -- cgit v1.2.3