From 3d5d36496a7f8df6d1b28c823cc739faa9c9e3fd Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 3 Apr 2000 21:45:12 +0000 Subject: Removing old files with pGFs git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@192 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- src/include/pGH.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include/pGH.h') diff --git a/src/include/pGH.h b/src/include/pGH.h index ab2fe88..5bc3b5d 100644 --- a/src/include/pGH.h +++ b/src/include/pGH.h @@ -19,13 +19,11 @@ typedef struct PGH /* pGH identifier */ void *callerid; - int dim; /* The dimension of the GH */ /* Size of the processor group */ int nprocs; /* Number of processors */ int myproc; /* My processor */ - /*int *nproc;*/ /* Processor topology */ int commmodel; /* Comm model is PUGH_ALLOCATEDBUFFERS */ /* or PUGH_DERIVEDTYPES. Currently unused */ @@ -36,7 +34,7 @@ typedef struct PGH /* What time level we're on */ int timelevel; - int *perme; /* Periodic in each direction? */ + int *perme; /* Periodic in each direction? */ int periodic; /* Is the system periodic? */ int forceSync; /* force synchronisation of GFs with storage */ @@ -45,7 +43,6 @@ typedef struct PGH /* Coordinate information */ CCTK_REAL dx0, dy0, dz0, dt0; /* Delta of our system */ CCTK_REAL lx0, ly0, lz0; /* Processor-Local coordinate origins */ - /* CCTK_REAL phys_time; */ /* physical time */ int GHiteration; /* iteration number on processor */ /* Indentification for a pGH */ -- cgit v1.2.3