SplineGeometry - also add point elements with empty names to mesh

This commit is contained in:
Matthias Hochsteger 2021-02-01 11:27:26 +01:00
parent 9a9828d3af
commit 7739aaedf7

View File

@ -271,7 +271,6 @@ namespace netgen
// add point elements // add point elements
for (auto & point : geompoints) for (auto & point : geompoints)
if (point.name.length())
{ {
Point<3> newp(point(0), point(1), 0); Point<3> newp(point(0), point(1), 0);
PointIndex npi = mesh2d.AddPoint (newp, 1, FIXEDPOINT); PointIndex npi = mesh2d.AddPoint (newp, 1, FIXEDPOINT);