mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 04:40:34 +05:00
proper initialize face2surfedl
This commit is contained in:
parent
c4985c49e1
commit
892271fd08
@ -1227,7 +1227,7 @@ namespace netgen
|
||||
|
||||
|
||||
face2surfel.SetSize (nfa);
|
||||
face2surfel = 0;
|
||||
face2surfel = SurfaceElementIndex::INVALID;
|
||||
for (SurfaceElementIndex sei = 0; sei < nse; sei++)
|
||||
face2surfel[GetFace(sei)] = sei;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user