mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
opm-166: Fix due to signature change in method thresholdPressures
This commit is contained in:
parent
484f1e4438
commit
82839f9580
@ -208,7 +208,7 @@ try
|
||||
bool use_local_perm = param.getDefault("use_local_perm", true);
|
||||
Opm::DerivedGeology geology(*grid->c_grid(), *new_props, eclipseState, use_local_perm, grav);
|
||||
|
||||
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, *grid->c_grid());
|
||||
std::vector<double> threshold_pressures = thresholdPressures(eclipseState, *grid->c_grid());
|
||||
|
||||
SimulatorFullyImplicitBlackoil<UnstructuredGrid> simulator(param,
|
||||
*grid->c_grid(),
|
||||
|
@ -281,7 +281,7 @@ try
|
||||
|
||||
Opm::DerivedGeology geology(distributed_grid, *distributed_props, eclipseState, false, grav);
|
||||
|
||||
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, distributed_grid);
|
||||
std::vector<double> threshold_pressures = thresholdPressures(eclipseState, distributed_grid);
|
||||
|
||||
SimulatorFullyImplicitBlackoil<Dune::CpGrid> simulator(param,
|
||||
distributed_grid,
|
||||
|
Loading…
Reference in New Issue
Block a user