mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix call to DerivedGeology constructor.
New argument to constructor was not provided, still compiled due to default argument.
This commit is contained in:
parent
5ce5658892
commit
e52af158fc
@ -243,7 +243,7 @@ try
|
||||
// initialize variables
|
||||
simtimer.init(timeMap);
|
||||
|
||||
Opm::DerivedGeology geology(*grid, *new_props, eclipseState, grav);
|
||||
Opm::DerivedGeology geology(*grid, *new_props, eclipseState, false, grav);
|
||||
|
||||
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, *grid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user