Merge pull request #90 from chflo/opm-166

OPM-166: opm-core method thresholdPressures signature has changed
This commit is contained in:
Atgeirr Flø Rasmussen 2015-02-17 10:47:03 +01:00
commit d4c640fde8

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,