fix build-faces for 2D

This commit is contained in:
Joachim Schöberl 2016-08-18 11:49:59 +02:00
parent 5413493c64
commit a54a40a771

View File

@ -165,6 +165,8 @@ namespace netgen
} }
*/ */
} }
}
for (SurfaceElementIndex elnr : top.GetVertexSurfaceElements(v)) for (SurfaceElementIndex elnr : top.GetVertexSurfaceElements(v))
{ {
@ -279,7 +281,6 @@ namespace netgen
} }
} }
}
void MeshTopology :: Update (TaskManager tm) void MeshTopology :: Update (TaskManager tm)
@ -1019,8 +1020,6 @@ namespace netgen
NgProfiler::StartTimer (timer2c); NgProfiler::StartTimer (timer2c);
face2surfel.SetSize (nfa); face2surfel.SetSize (nfa);
face2surfel = 0; face2surfel = 0;
for (int i = 1; i <= nse; i++) for (int i = 1; i <= nse; i++)