aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SetupPGH.c')
-rw-r--r--src/SetupPGH.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index 35035ef..46a6a24 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -63,13 +63,6 @@ pGH *SetupPGH(void *callerid, int dim, int *nsize, int *nghostzones,int staggert
pGH_SetupBounds(GH,dim,nsize);
pGH_SetupOwnership(GH,dim);
-#if 0
- /* slice center not yet set: -1 */
- GH->spxyz[0]=-1;
- GH->spxyz[1]=-1;
- GH->spxyz[2]=-1;
-#endif
-
return GH;
}