diff --git a/libsrc/meshing/meshfunc.cpp b/libsrc/meshing/meshfunc.cpp index ca8d7bab..2899ff8e 100644 --- a/libsrc/meshing/meshfunc.cpp +++ b/libsrc/meshing/meshfunc.cpp @@ -540,9 +540,7 @@ namespace netgen } mesh.VolumeElements().DeleteAll(); - auto & ident_points = mesh.GetIdentifications().GetIdentifiedPoints(); - ident_points.DeleteData(); - + mesh.GetIdentifications().GetIdentifiedPoints().DeleteData(); for(auto & m_ : md) {