11#ifndef LDNDC_INPUT_EVENT_FERTILIZE_H_
12#define LDNDC_INPUT_EVENT_FERTILIZE_H_
14#include "event/events/eventbase.h"
17#ifdef __this_event_name
18# undef __this_event_name
20#define __this_event_name fertilize
36struct CBM_API __event_attrib_class_name(__this_event_name) : event_attribute_t
38 __event_attrib_class_name(__this_event_name)();
39 ~__event_attrib_class_name(__this_event_name)();
45 cbm::string_t location;
60class CBM_API __event_class_name(__this_event_name) :
public Event
62 EVENT_COMMON_DECL(__this_event_name)
65 cbm::string_t
const & type()
const
66 {
return this->attribs_->type; }
68 cbm::string_t
const & location()
const
69 {
return this->attribs_->location; }
72 {
return this->attribs_->amount; }
74 double ni_amount()
const
75 {
return this->attribs_->ni_amount; }
77 double ui_amount()
const
78 {
return this->attribs_->ui_amount; }
81 {
return this->attribs_->depth; }
Spatially explicit groundwater model.
Definition airchemistryput.h:15