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