aboutsummaryrefslogtreecommitdiff
path: root/src/coordbaseGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coordbaseGH.h')
-rw-r--r--src/coordbaseGH.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/coordbaseGH.h b/src/coordbaseGH.h
new file mode 100644
index 0000000..d07ef4d
--- /dev/null
+++ b/src/coordbaseGH.h
@@ -0,0 +1,32 @@
+ /*@@
+ @header coordbaseGH.h
+ @date Sun Sept 22 2002
+ @author Gabrielle Allen
+ @desc
+ The extensions to the GH structure from CoordBase
+ @version $Header$
+ @@*/
+
+#ifndef _COORDBASE_COORDBASEGH_H_
+#define _COORDBASE_COORDBASEGH_H_ 1
+
+#include "util_Hash.h"
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+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) */
+} coordbaseGH;
+
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
+#endif /* _COORDBASE_COORDBASEGH_H_ */