aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/SetupPGH.c7
-rw-r--r--src/include/pGH.h4
2 files changed, 0 insertions, 11 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;
}
diff --git a/src/include/pGH.h b/src/include/pGH.h
index 7b59a07..6344687 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -68,13 +68,9 @@ typedef struct PGH
int **neighbors; /* Neighbours (proc num) on each side */
/* [nprocs x 2 * dim] */
int stagger; /* Is staggering turned on? */
-/*int spxyz[3];*/ /* Index to start 1D slicing */
int forceSync; /* force synchronisation of GFs with storage */
- /* FIXME this should not be here */
- int sp2dxyz[3]; /* Slice point for two d slices. */
-
/* Ghosts and overlaps. */
int *ownership[PUGH_NSTAGGER][2];
/* The box owned in each direction. */