aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-10-27 00:50:43 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-10-27 00:50:43 +0000
commit2f34a01e9b62e2dd74483db4d4cd01d5f14d1b1f (patch)
treedc13246cbd4ed46d3df7319684118cc774fe4541 /src/SetupPGH.c
parent71ba3eee78093646432d1abfa389fbbbfeb9e189 (diff)
Removed sp2dxyz from pGH structure. This went into IOFlexIO's GH extensions.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@121 b61c5cb5-eaca-4651-9a7a-d64986f99364
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;
}