mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
csg2d - add points as 0d-elements to mesh
This commit is contained in:
parent
b3d757ccd1
commit
2b5d00b259
@ -1856,7 +1856,7 @@ shared_ptr<netgen::SplineGeometry2d> CSG2d :: GenerateSplineGeometry()
|
||||
{
|
||||
// not found -> insert to tree
|
||||
netgen::GeomPoint<2> gp(p);
|
||||
gp.name = "";
|
||||
gp.name = "default";
|
||||
geo->geompoints.Append(gp);
|
||||
ptree.Insert(p,p,geo->geompoints.Size()-1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user