aboutsummaryrefslogtreecommitdiff
path: root/src/coordbaseGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coordbaseGH.h')
-rw-r--r--src/coordbaseGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coordbaseGH.h b/src/coordbaseGH.h
index d07ef4d..db44d64 100644
--- a/src/coordbaseGH.h
+++ b/src/coordbaseGH.h
@@ -22,7 +22,7 @@ typedef struct COORDBASEGH
uHash *coordsystems; /* Hash table mapping coord systems to tables */
int *default_coord_systems; /* Default coord system for each dimension */
/* int max_dimension; Allocated size of default_coord_system
- array (not used currently) */
+ array (not used currently) */
} coordbaseGH;
#ifdef __cplusplus