aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/SetupPGV.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SetupPGV.c b/src/SetupPGV.c
index 6e01908..8475475 100644
--- a/src/SetupPGV.c
+++ b/src/SetupPGV.c
@@ -934,6 +934,8 @@ static int PUGH_SetupPGExtrasOwnership(int dim,
this->ownership[PUGH_VERTEXCTR][0][dir] = this->nghostzones[dir];
this->ownership[PUGH_VERTEXCTR][1][dir] =
this->lnsize[dir] - this->nghostzones[dir];
+ this->bbox[2*dir+0] = 0;
+ this->bbox[2*dir+1] = 0;
/* sanity check for periodic BC */
if (this->ownership[PUGH_VERTEXCTR][1][dir] -