mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
mem tracing - set name for tempmesh in delaunay
This commit is contained in:
parent
a17066a387
commit
b00c56a012
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user