aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-09-27 17:20:51 +0000
committerrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-09-27 17:20:51 +0000
commitea3a2774881627e701e4961605822e0372a5c6c9 (patch)
treec5efe06a87dc706945b09ea70171096d9617b69d
parent78b79785e16537ff77f499a50a4d04c3eff2e2c4 (diff)
typo in comment
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@173 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--src/GHExtension.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 6dffdfa..700efa5 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -54,7 +54,7 @@ void *Symmetry_AllocGHex(tFleshConfig *config, int convlevel, cGH *GH)
the GH and can be referenced in the following manner:
int handle = CCTK_GHExtensionHandle("Symmetry");
..... which returns a pointer the GHextension
- BoundGHEx = ((pGH *)GH->extensions[handle]);
+ BoundGHex = ((pGH *)GH->extensions[handle]);
..... BoundGHex can now be used as:
BoundGHex->GFSym[3][2] = 1 ;
*/