aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@d60812e6-3970-4df4-986e-c251b06effeb>2003-04-14 11:43:47 +0000
committertradke <tradke@d60812e6-3970-4df4-986e-c251b06effeb>2003-04-14 11:43:47 +0000
commit65d11ce0dae35439629a621b18c0b6a5d141ce8e (patch)
tree0ea1ff63ff937451e4bf0da618409ee565ec969a
parent2bcc66d39a69c5d24c809b6748ad0e6f1eb98a4e (diff)
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
-rw-r--r--src/ReductionAvg.c2
1 files changed, 1 insertions, 1 deletions
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