#include namespace Opm { InjectionSpecification::InjectionSpecification() : injector_type_(WATER), control_mode_(NONE), surface_flow_max_rate_(0.0), reinjection_fraction_target_(0.0), BHP_limit_(0.0) { } } // namespace Opm