diff --git a/src/ASM/LR/ASMu2Dmx.C b/src/ASM/LR/ASMu2Dmx.C index 71b16fff..eb15c03e 100644 --- a/src/ASM/LR/ASMu2Dmx.C +++ b/src/ASM/LR/ASMu2Dmx.C @@ -528,10 +528,8 @@ bool ASMu2Dmx::integrate (Integrand& integrand, int lIndex, if (skipMe) continue; if (!myElms.empty() && !glInt.threadSafe() && - std::find(myElms.begin(), myElms.end(), iel-1) == myElms.end()) { - ++iel; + std::find(myElms.begin(), myElms.end(), iel-1) == myElms.end()) continue; - } std::vector els; std::vector elem_sizes;