fixed: we do not want to increase the index here

it's done by the for-loop. copy-paste issue
This commit is contained in:
Arne Morten Kvarving 2021-01-20 13:09:29 +01:00
parent e7bb2bb509
commit 00b36d2c49

View File

@ -528,10 +528,8 @@ bool ASMu2Dmx::integrate (Integrand& integrand, int lIndex,
if (skipMe) continue; if (skipMe) continue;
if (!myElms.empty() && !glInt.threadSafe() && if (!myElms.empty() && !glInt.threadSafe() &&
std::find(myElms.begin(), myElms.end(), iel-1) == myElms.end()) { std::find(myElms.begin(), myElms.end(), iel-1) == myElms.end())
++iel;
continue; continue;
}
std::vector<size_t> els; std::vector<size_t> els;
std::vector<size_t> elem_sizes; std::vector<size_t> elem_sizes;