InjectionSpecification: Initialise fields in declaration order.

This commit is contained in:
Bård Skaflestad 2012-04-16 19:29:22 +02:00
parent 627c3be1f9
commit 57d6bc9b03

View File

@ -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)
{
}