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:
parent
e7bb2bb509
commit
00b36d2c49
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user