aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ReductionAvg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionAvg.c b/src/ReductionAvg.c
index e0b175e..ba5746a 100644
--- a/src/ReductionAvg.c
+++ b/src/ReductionAvg.c
@@ -324,9 +324,9 @@ static int ReductionAvg (const cGH *GH,
}
}
-#ifdef CCTK_MPI
pughGH = PUGH_pGH (GH);
+#ifdef CCTK_MPI
/* do the global reduction from the processors' local reduction results */
if (pughGH->nprocs > 1)
{