mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #261 from atgeirr/master
Fix call to DerivedGeology constructor.
This commit is contained in:
commit
c04351d4ac
@ -243,7 +243,7 @@ try
|
|||||||
// initialize variables
|
// initialize variables
|
||||||
simtimer.init(timeMap);
|
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);
|
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, *grid);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user