1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-15 19:11:23 +05:00

Merge branch 'fix_bug_combineimprove2d' into 'master'

Fix bug in 2d CombineImprove optimization

See merge request 
This commit is contained in:
Schöberl, Joachim 2022-10-07 17:00:10 +02:00
commit dbba52409d

@ -527,7 +527,7 @@ namespace netgen
// gi_set = true;
}
*/
for (SurfaceElementIndex sei : elementsonnode[pi1])
for (auto sei : hasbothpi)
{
const Element2d & el1p = mesh[sei];
if (el1p.IsDeleted()) continue;