From b00c56a012064e61dc9070cbd7eb63e6caaa5b81 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 19 Nov 2020 14:58:16 +0100 Subject: [PATCH] mem tracing - set name for tempmesh in delaunay --- libsrc/meshing/delaunay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/meshing/delaunay.cpp b/libsrc/meshing/delaunay.cpp index adc64712..cd675ef3 100644 --- a/libsrc/meshing/delaunay.cpp +++ b/libsrc/meshing/delaunay.cpp @@ -772,6 +772,7 @@ namespace netgen // improve delaunay - mesh by swapping !!!! Mesh tempmesh; + tempmesh.GetMemoryTracer().SetName("delaunay-tempmesh"); for (auto & meshpoint : mesh.Points()) tempmesh.AddPoint (meshpoint);