aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-05 14:32:58 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-05 14:32:58 +0000
commita89bcb8c2715e38286f2f5e61a9e56553360d449 (patch)
tree70e8c301e16fda0733a1c59bdd52956c08155003 /src/SetupPGH.c
parent743e0e6e156b26614c5c92005ca701107f3fefde (diff)
Cosmetic
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@170 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/SetupPGH.c')
-rw-r--r--src/SetupPGH.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index eb45522..db43430 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -225,9 +225,11 @@ void pGH_SetupBasics(pGH *GH,
GH->nghostzones = dim > 0 ? GH->GFExtras[dim-1]->nghostzones : NULL;
/*
- if (Contains("commmodel","loc") != 0) {
+ if (Contains("commmodel","loc") != 0)
+ {
GH->commmodel = PUGH_ALLOCATEDBUFFERS;
- } else {
+ } else
+ {
GH->commmodel = PUGH_DERIVEDTYPES;
}
*/