aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGV.h
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-06-26 17:42:34 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-06-26 17:42:34 +0000
commit69f40164f33675a75b5a36f67d5d2872feb39bd8 (patch)
treeb71c4c1f6c22f745e7440261eca15eef2751d40b /src/include/pGV.h
parent5975ab9ce7d2c8a287859da1f68579ba6233b82d (diff)
Store the directional stagger indices in the pGV structure rather than just the
staggering code. And use this former later on - this closes PR CactusPUGH 1549: "Staggered grids crash PUGH". git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@446 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGV.h')
-rw-r--r--src/include/pGV.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pGV.h b/src/include/pGV.h
index 250a653..13d3214 100644
--- a/src/include/pGV.h
+++ b/src/include/pGV.h
@@ -95,7 +95,7 @@ typedef struct PGA
void *padddata; /* Storage for the data. */
void *data; /* See the note above. */
int storage; /* Do we have storage or not? */
- int stagger; /* Only Vertex Centered now... */
+ int *stagger; /* [dim] directional stagger indicies */
void *parent; /* The GH to which I belong */
/* Note this is struct PGH whic is