mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1806 from blattms/fix-editnnc-application
[bugfix] Use NNC data with applied EDITNCC for transmissibility.
This commit is contained in:
commit
9b583ef936
@ -663,7 +663,7 @@ private:
|
||||
candidate = firstCandidate;
|
||||
}
|
||||
|
||||
for (const auto& nncEntry : nnc.nncdata()) {
|
||||
for (const auto& nncEntry : nncData) {
|
||||
auto c1 = nncEntry.cell1;
|
||||
auto c2 = nncEntry.cell2;
|
||||
auto low = cartesianToCompressed[c1];
|
||||
|
Loading…
Reference in New Issue
Block a user