aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
authordstark <dstark@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-06-20 16:42:30 +0000
committerdstark <dstark@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-06-20 16:42:30 +0000
commitdecfbe2af929ab8ad92ae337f83880dfe95d9875 (patch)
tree673eae1eba134647890352fcb0fe2e7c0913efb3 /src/SetupPGH.c
parentfbff190c5ffd966aa60c32ad3444b56f0df37c51 (diff)
Using neighbours to correctly setup bbox and ownership arrays.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@466 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/SetupPGH.c')
-rw-r--r--src/SetupPGH.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index f7008db..8b56808 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -151,6 +151,7 @@ pGH *PUGH_SetupPGH (void *callerid,
nsize, nghostzones,
pughGH->nprocs,
pughGH->Connectivity[idim-1]->nprocs,
+ pughGH->Connectivity[idim-1]->neighbours,
pughGH->myproc);
}