Merge pull request #1087 from andlaus/implement_JFUNC
RelpermDiagnostics: fix the build
This commit is contained in:
commit
c884b5c1d5
@ -66,7 +66,7 @@ namespace Opm {
|
|||||||
const std::string cellIdx = "(" + std::to_string(ijk[0]) + ", " +
|
const std::string cellIdx = "(" + std::to_string(ijk[0]) + ", " +
|
||||||
std::to_string(ijk[1]) + ", " +
|
std::to_string(ijk[1]) + ", " +
|
||||||
std::to_string(ijk[2]) + ")";
|
std::to_string(ijk[2]) + ")";
|
||||||
scaledEpsInfo_[c].extractScaled(epsGridProperties, cartIdx);
|
scaledEpsInfo_[c].extractScaled(deck, eclState, epsGridProperties, cartIdx);
|
||||||
|
|
||||||
// SGU <= 1.0 - SWL
|
// SGU <= 1.0 - SWL
|
||||||
if (scaledEpsInfo_[c].Sgu > (1.0 - scaledEpsInfo_[c].Swl)) {
|
if (scaledEpsInfo_[c].Sgu > (1.0 - scaledEpsInfo_[c].Swl)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user