mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ebos: fix some build breakage
as usual, this was caused by some pointer-to-reference changes in opm-parser.
This commit is contained in:
parent
e8b460fe10
commit
5fab3f09dd
@ -222,8 +222,8 @@ private:
|
||||
const auto& gridView = gridManager.gridView();
|
||||
const auto& elementMapper = simulator_.model().elementMapper();
|
||||
const auto& eclState = simulator_.gridManager().eclState();
|
||||
Opm::SimulationConfigConstPtr simConfig = eclState->getSimulationConfig();
|
||||
Opm::ThresholdPressureConstPtr thpres = simConfig->getThresholdPressure();
|
||||
const Opm::SimulationConfig& simConfig = eclState->getSimulationConfig();
|
||||
Opm::ThresholdPressureConstPtr thpres = simConfig.getThresholdPressure();
|
||||
|
||||
// set the threshold pressures for all EQUIL region boundaries which have a
|
||||
// intersection in the grid
|
||||
|
Loading…
Reference in New Issue
Block a user