Added missing initialization of gravity in constructor.
This commit is contained in:
parent
eef234b59a
commit
5aeb24433d
@ -245,6 +245,7 @@ namespace Opm
|
||||
wells_(wells_manager.c_wells()),
|
||||
src_(src),
|
||||
bcs_(bcs),
|
||||
gravity_(gravity),
|
||||
psolver_(grid, props, rock_comp, linsolver,
|
||||
param.getDefault("nl_pressure_residual_tolerance", 0.0),
|
||||
param.getDefault("nl_pressure_change_tolerance", 1.0),
|
||||
|
Loading…
Reference in New Issue
Block a user