aboutsummaryrefslogtreecommitdiff
path: root/src/include
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/include
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/include')
-rw-r--r--src/include/pughi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/pughi.h b/src/include/pughi.h
index 766a6ab..c2c45a7 100644
--- a/src/include/pughi.h
+++ b/src/include/pughi.h
@@ -29,6 +29,7 @@ pGExtras *PUGH_SetupPGExtras(int is_gf,
int *nghosts,
int total_procs,
int *nprocs,
+ int **neighbours,
int this_proc);
pComm *PUGH_SetupGArrayGroupComm(pGH *pughGH,