Merge pull request #1806 from blattms/fix-editnnc-application

[bugfix] Use NNC data with applied EDITNCC for transmissibility.
This commit is contained in:
Atgeirr Flø Rasmussen
2019-04-28 16:21:17 +02:00
committed by GitHub

View File

@@ -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];