aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}
*/