aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-02-08 19:02:22 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-02-08 19:02:22 +0000
commita879b7574c9de7d593d76ff1a954cbab03f6690d (patch)
tree457dfe85c9946b2bb24558efa378105064a69837 /src/include/pGH.h
parent98762bea56ca3929e893322e8826049b6513763b (diff)
Started getting pugh to create groups.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@4 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGH.h')
-rw-r--r--src/include/pGH.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index 4318612..78ecf7d 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -39,13 +39,11 @@ typedef struct PGH {
/* or PUGH_DERIVEDTYPES. Currently unused */
/* Size of the problems */
- int ngridFuncs; /* # of Grid Functions */
- pGF **gridFuncs; /* Pointers to them */
+ int nvariables; /* # of Grid Functions */
+ void **variables; /* Pointers to them */
int nx,ny,nz; /* Physical size of the Problem */
int stencil_width; /* Width of ghost zone */
- int nArrays; /* # of pGArrays */
- pGArray **Arrays; /* Pointers to them */
/* Processor group layouts */
Double maxskew; /* Maximum point skew */