mem tracing - set name for tempmesh in delaunay

This commit is contained in:
Matthias Hochsteger 2020-11-19 14:58:16 +01:00
parent a17066a387
commit b00c56a012

View File

@ -772,6 +772,7 @@ namespace netgen
// improve delaunay - mesh by swapping !!!! // improve delaunay - mesh by swapping !!!!
Mesh tempmesh; Mesh tempmesh;
tempmesh.GetMemoryTracer().SetName("delaunay-tempmesh");
for (auto & meshpoint : mesh.Points()) for (auto & meshpoint : mesh.Points())
tempmesh.AddPoint (meshpoint); tempmesh.AddPoint (meshpoint);