aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ;
*/