LandscapeDNDC 1.37.0
Loading...
Searching...
No Matches
geometrytypes.h
1
9
10#ifndef LDNDC_INPUT_GEOMETRY_TYPES_H_
11#define LDNDC_INPUT_GEOMETRY_TYPES_H_
12
13#include "crabmeat-common.h"
14#include "geom/geom.h"
15
16namespace ldndc{ namespace geometry
17{
18
19struct CBM_API record
20{
21 enum record_item_e
22 {
23 RECORD_ITEM_X,
24 RECORD_ITEM_Y,
25 RECORD_ITEM_Z,
26
27 RECORD_SIZE
28 };
29};
30
31extern CBM_API char const * RECORD_ITEM_NAMES[record::RECORD_SIZE];
32extern CBM_API char const * RECORD_ITEM_NAMES_LONG[record::RECORD_SIZE];
33
34}}
35
36#endif /* !LDNDC_INPUT_GEOMETRY_TYPES_H_ */
37
38
Spatially explicit groundwater model.
Definition airchemistryput.h:15