mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
OPM-166: opm-core method thresholdPressures signature has changed
This commit is contained in:
parent
945104f39b
commit
8870da536d
@ -216,7 +216,7 @@ try
|
|||||||
SimulatorReport fullReport;
|
SimulatorReport fullReport;
|
||||||
Opm::DerivedGeology geology(*grid->c_grid(), *new_props, eclipseState, grav);
|
Opm::DerivedGeology geology(*grid->c_grid(), *new_props, eclipseState, grav);
|
||||||
|
|
||||||
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, *grid->c_grid());
|
std::vector<double> threshold_pressures = thresholdPressures(eclipseState, *grid->c_grid());
|
||||||
SimulatorFullyImplicitBlackoilPolymer<UnstructuredGrid> simulator(param,
|
SimulatorFullyImplicitBlackoilPolymer<UnstructuredGrid> simulator(param,
|
||||||
*grid->c_grid(),
|
*grid->c_grid(),
|
||||||
geology,
|
geology,
|
||||||
|
Loading…
Reference in New Issue
Block a user