aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionAvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionAvg.c')
-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