mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 05:30:40 -06:00
RelpermDiagnostics: fix the build
this broke because EclEpsScalingPointsInfo::extractScaled() now requires the deck and the EclipseState as additional parameters.
This commit is contained in:
parent
a52724ae97
commit
ce4d7c586e
@ -66,7 +66,7 @@ namespace Opm {
|
||||
const std::string cellIdx = "(" + std::to_string(ijk[0]) + ", " +
|
||||
std::to_string(ijk[1]) + ", " +
|
||||
std::to_string(ijk[2]) + ")";
|
||||
scaledEpsInfo_[c].extractScaled(epsGridProperties, cartIdx);
|
||||
scaledEpsInfo_[c].extractScaled(deck, eclState, epsGridProperties, cartIdx);
|
||||
|
||||
// SGU <= 1.0 - SWL
|
||||
if (scaledEpsInfo_[c].Sgu > (1.0 - scaledEpsInfo_[c].Swl)) {
|
||||
|
Loading…
Reference in New Issue
Block a user