mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -06:00
Restore build of flow_polymer
Function Opm::thresholdPressures() gained a new ParseMode parameter in commit OPM/opm-core@09aa2b7 (PR OPM/opm-core#857). Chase updated call interface.
This commit is contained in:
parent
a57c4cf779
commit
994e342d7b
@ -268,7 +268,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(eclipseState, *grid->c_grid());
|
||||
std::vector<double> threshold_pressures = thresholdPressures(parseMode, eclipseState, *grid->c_grid());
|
||||
|
||||
SimulatorFullyImplicitBlackoilPolymer<UnstructuredGrid>
|
||||
simulator(param,
|
||||
|
Loading…
Reference in New Issue
Block a user