mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Pass actnum mapping to relperm diagnostic
This commit is contained in:
parent
5e20144869
commit
2e6b1e36be
@ -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);
|
||||
EclEpsGridProperties epsGridProperties(eclState, false, compressedToCartesianIdx);
|
||||
const std::string tag = "Scaled endpoints";
|
||||
for (int c = 0; c < nc; ++c) {
|
||||
const int cartIdx = compressedToCartesianIdx[c];
|
||||
|
Loading…
Reference in New Issue
Block a user