aboutsummaryrefslogtreecommitdiff
path: root/src/coordbaseGH.h
blob: d07ef4d136e9fa531249335abc9776a9a4431728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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_ */