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
commit 9b583ef936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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