use compressed field properties setting up MaterialLawManager

This commit is contained in:
Arne Morten Kvarving
2020-02-28 12:31:14 +01:00
parent 36761e9347
commit 3c050f4dda
2 changed files with 2 additions and 7 deletions
@@ -56,7 +56,7 @@ namespace Opm {
const auto dims = Opm::UgGridHelpers::cartDims(grid);
const auto& compressedToCartesianIdx = Opm::compressedToCartesian(nc, global_cell);
scaledEpsInfo_.resize(nc);
EclEpsGridProperties epsGridProperties(eclState, false, compressedToCartesianIdx);
EclEpsGridProperties epsGridProperties(eclState, false);
const std::string tag = "Scaled endpoints";
for (int c = 0; c < nc; ++c) {
const std::string satnumIdx = std::to_string(epsGridProperties.satRegion(c));