mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +05:00
fix build-faces for 2D
This commit is contained in:
parent
5413493c64
commit
a54a40a771
@ -165,6 +165,8 @@ namespace netgen
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
for (SurfaceElementIndex elnr : top.GetVertexSurfaceElements(v))
|
||||
{
|
||||
@ -279,7 +281,6 @@ namespace netgen
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void MeshTopology :: Update (TaskManager tm)
|
||||
@ -1019,8 +1020,6 @@ namespace netgen
|
||||
NgProfiler::StartTimer (timer2c);
|
||||
|
||||
|
||||
|
||||
|
||||
face2surfel.SetSize (nfa);
|
||||
face2surfel = 0;
|
||||
for (int i = 1; i <= nse; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user