From 7774b6ccd7fbef7f703bc100b6beadf696bc61a6 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 27 Sep 2024 11:52:12 +0200 Subject: [PATCH] cleanup --- libsrc/meshing/meshfunc.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {