aboutsummaryrefslogtreecommitdiff
path: root/src/FinishReceiveGA.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FinishReceiveGA.c')
-rw-r--r--src/FinishReceiveGA.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FinishReceiveGA.c b/src/FinishReceiveGA.c
index 31b469b..1857fd3 100644
--- a/src/FinishReceiveGA.c
+++ b/src/FinishReceiveGA.c
@@ -10,7 +10,7 @@
@version $Id$
@@*/
-/*#define DEBUG_PUGH*/
+/* #define DEBUG_PUGH 1 */
#include <string.h>
@@ -84,8 +84,8 @@ void FinishReceiveGA(pGH *pughGH, int dir, pComm *comm)
comm->n_vars, GA->name);
#endif
- istart = GA->extras->ghosts[GA->stagger[dir>>1]][0][dir];
- iend = GA->extras->ghosts[GA->stagger[dir>>1]][1][dir];
+ istart = GA->extras->ghosts[0][dir];
+ iend = GA->extras->ghosts[1][dir];
iterator = GA->extras->iterator;
/* set iterator to the start vector */