This commit is contained in:
Matthias Hochsteger 2024-09-27 11:52:12 +02:00
parent dd85220021
commit 7774b6ccd7

View File

@ -540,9 +540,7 @@ namespace netgen
} }
mesh.VolumeElements().DeleteAll(); mesh.VolumeElements().DeleteAll();
auto & ident_points = mesh.GetIdentifications().GetIdentifiedPoints(); mesh.GetIdentifications().GetIdentifiedPoints().DeleteData();
ident_points.DeleteData();
for(auto & m_ : md) for(auto & m_ : md)
{ {