mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Merge branch 'fix_bug_combineimprove2d' into 'master'
Fix bug in 2d CombineImprove optimization See merge request ngsolve/netgen!535
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user