OPM-166: opm-core method thresholdPressures signature has changed

This commit is contained in:
chflo 2015-02-17 10:12:37 +01:00
parent 945104f39b
commit 8870da536d

View File

@ -216,7 +216,7 @@ try
SimulatorReport fullReport;
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,
*grid->c_grid(),
geology,