mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Follow changes to header file.
This commit is contained in:
parent
2d7d52bec1
commit
c234c0b42a
@ -5,13 +5,14 @@ namespace Opm
|
||||
InjectionSpecification::InjectionSpecification()
|
||||
: injector_type_(WATER),
|
||||
control_mode_(NONE),
|
||||
surface_flow_max_rate_(1e100),
|
||||
reinjection_fraction_target_(0.0),
|
||||
fluid_volume_max_rate_(1e100),
|
||||
BHP_limit_(1e100)
|
||||
surface_flow_max_rate_(-1e100),
|
||||
reservoir_flow_max_rate_(-1e100),
|
||||
BHP_limit_(-1e100),
|
||||
reinjection_fraction_target_(-1e100),
|
||||
guide_rate_(1.0),
|
||||
guide_rate_type_(NONE_GRT)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user