10#ifndef LDNDC_INPUT_EVENT_REPARAMETERIZESPECIES_H_
11#define LDNDC_INPUT_EVENT_REPARAMETERIZESPECIES_H_
13#include "event/events/eventbase.h"
16#ifdef __this_event_name
17# undef __this_event_name
19#define __this_event_name reparameterizespecies
22#include "species/speciestypes.h"
23namespace ldndc{
namespace event{
24struct CBM_API __event_attrib_class_name(__this_event_name) : event_attribute_t
26 __event_attrib_class_name(__this_event_name)();
27 ~__event_attrib_class_name(__this_event_name)();
34class CBM_API __event_class_name(__this_event_name) :
public Event
36 EVENT_COMMON_DECL(__this_event_name)
39 char const * species_type()
const
40 {
return this->attribs_->type.c_str(); }
41 char const * species_name()
const
42 {
return this->attribs_->name.c_str(); }
Spatially explicit groundwater model.
Definition airchemistryput.h:15