mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -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),
|
||||
surface_flow_max_rate_(1e100),
|
||||
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