aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
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 */