aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGV.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pGV.h')
-rw-r--r--src/include/pGV.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/pGV.h b/src/include/pGV.h
index 13d3214..8219847 100644
--- a/src/include/pGV.h
+++ b/src/include/pGV.h
@@ -95,11 +95,12 @@ typedef struct PGA
void *padddata; /* Storage for the data. */
void *data; /* See the note above. */
int storage; /* Do we have storage or not? */
+ int npoints; /* Number of points (for memory statistics) */
int *stagger; /* [dim] directional stagger indicies */
void *parent; /* The GH to which I belong */
- /* Note this is struct PGH whic is
- typedeffed to pGH in pGH.h, but
+ /* Note this is struct PGH which is
+ typedef'd to pGH in pGH.h, but
that is included AFTER this so we
need the full name for the lookahead
structure reference thingy.