aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGH.h
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-25 17:07:20 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-25 17:07:20 +0000
commit0e3ed48147d1ec76bf3b63a323104f999fc7f522 (patch)
tree5299ac0483de5e0932aad42d75c95ea749776d80 /src/include/pGH.h
parent8e35b92e7c6989ce709c18680379afcb0a3f763b (diff)
Implementing new naming convention for variables on the cGH. See cGH.h for
details. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@62 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGH.h')
-rw-r--r--src/include/pGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index a9f020e..3e31e79 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -48,7 +48,7 @@ typedef struct PGH {
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 nghostzones; /* Width of ghost zone */
/* What time level we're on */
int timelevel;