11#ifndef LDNDC_INPUT_EVENT_IRRIGATE_H_
12#define LDNDC_INPUT_EVENT_IRRIGATE_H_
14#include "event/events/eventbase.h"
17#ifdef __this_event_name
18# undef __this_event_name
20#define __this_event_name irrigate
37struct CBM_API __event_attrib_class_name(__this_event_name) : event_attribute_t
39 __event_attrib_class_name(__this_event_name)();
40 ~__event_attrib_class_name(__this_event_name)();
65class CBM_API __event_class_name(__this_event_name) :
public Event
67 EVENT_COMMON_DECL(__this_event_name)
71 {
return this->attribs_->amount; }
73 {
return this->attribs_->no3; }
75 {
return this->attribs_->nh4; }
77 {
return this->attribs_->don; }
79 {
return this->attribs_->doc; }
80 cbm::string_t
const & type()
const
81 {
return this->attribs_->type; }
82 bool reservoir()
const
83 {
return this->attribs_->reservoir; }
Spatially explicit groundwater model.
Definition airchemistryput.h:15