mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
InjectionSpecification: Initialise fields in declaration order.
This commit is contained in:
parent
627c3be1f9
commit
57d6bc9b03
@ -7,8 +7,8 @@ namespace Opm
|
|||||||
control_mode_(NONE),
|
control_mode_(NONE),
|
||||||
surface_flow_max_rate_(1e100),
|
surface_flow_max_rate_(1e100),
|
||||||
reinjection_fraction_target_(0.0),
|
reinjection_fraction_target_(0.0),
|
||||||
BHP_limit_(1e100),
|
fluid_volume_max_rate_(1e100),
|
||||||
fluid_volume_max_rate_(1e100)
|
BHP_limit_(1e100)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user