mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Fix bug in 2d CombineImprove optimization
This commit is contained in:
parent
11f2ff0c76
commit
f09afb2025
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user