Fix order of initialization.

This commit is contained in:
Atgeirr Flø Rasmussen 2016-12-29 13:55:42 +01:00
parent ec060d513b
commit 2e49273da7

View File

@ -27,12 +27,12 @@ namespace Opm
: pressure_time(0.0),
transport_time(0.0),
total_time(0.0),
total_well_iterations(0),
solver_time(0.0),
assemble_time(0.0),
linear_solve_time(0.0),
update_time(0.0),
output_write_time(0.0),
total_well_iterations(0),
total_linearizations( 0 ),
total_newton_iterations( 0 ),
total_linear_iterations( 0 ),