LandscapeDNDC 1.37.0
Loading...
Searching...
No Matches
synth-airchemistry-radon.h
1
8
9#ifndef LDNDC_DATASYNTH_AIRCHEMISTRY_RADON_H_
10#define LDNDC_DATASYNTH_AIRCHEMISTRY_RADON_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 radon_t : public ldndc::airchemistry::synth::item_base_t
19 {
20 SYNTH_AIRCHEMISTRY_RECORD_ITEM_COMMON_DECL(radon_t,RADON)
21 };
22
23 extern radon_t CBM_API const synth_airchemistry_radon;
24}}}
25
26#endif /* !LDNDC_DATASYNTH_AIRCHEMISTRY_RADON_H_ */
27
Spatially explicit groundwater model.
Definition airchemistryput.h:15