mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
SplineGeometry - also add point elements with empty names to mesh
This commit is contained in:
parent
9a9828d3af
commit
7739aaedf7
@ -271,7 +271,6 @@ namespace netgen
|
||||
|
||||
// add point elements
|
||||
for (auto & point : geompoints)
|
||||
if (point.name.length())
|
||||
{
|
||||
Point<3> newp(point(0), point(1), 0);
|
||||
PointIndex npi = mesh2d.AddPoint (newp, 1, FIXEDPOINT);
|
||||
|
Loading…
Reference in New Issue
Block a user