LandscapeDNDC 1.37.0
output-soilchemistry-dndc-base.h
1
7#ifndef LM_OUTPUT_SOILCHEMISTRYDNDC_BASE_H_
8#define LM_OUTPUT_SOILCHEMISTRYDNDC_BASE_H_
9
10#include "mbe_legacyoutputmodel.h"
11
12namespace ldndc {
13
14class LDNDC_API soilchemistrydndc_writer_t : public MBE_LegacyOutputModel
15{
16 public:
17 soilchemistrydndc_writer_t( MoBiLE_State * _state,
18 cbm::io_kcomm_t * _io,
19 timemode_e _timemode)
20 : MBE_LegacyOutputModel( _state, _io, _timemode)
21 { }
22 virtual ~soilchemistrydndc_writer_t() = 0;
23
24 virtual size_t record_size() const = 0;
25};
26
27} /*namespace ldndc*/
28
29#endif /* !LM_OUTPUT_SOILCHEMISTRYDNDC_BASE_H_ */
30
Spatially explicit groundwater model.
Definition: airchemistryput.h:15