LandscapeDNDC 1.37.0
Loading...
Searching...
No Matches
synth-airchemistry-o2.h
1
8
9#ifndef LDNDC_DATASYNTH_AIRCHEMISTRY_O2_H_
10#define LDNDC_DATASYNTH_AIRCHEMISTRY_O2_H_
11
12#include "synthesizers/airchemistry/synth-airchemistry.h"
13
14class ldate_t;
15
16namespace ldndc{ namespace airchemistry{ namespace synth
17{
18 struct CBM_API o2_t : public ldndc::airchemistry::synth::item_base_t
19 {
20 SYNTH_AIRCHEMISTRY_RECORD_ITEM_COMMON_DECL(o2_t,O2)
21 };
22
23 extern o2_t CBM_API const synth_airchemistry_o2;
24}}}
25
26#endif /* !LDNDC_DATASYNTH_AIRCHEMISTRY_O2_H_ */
27
Spatially explicit groundwater model.
Definition airchemistryput.h:15