This commit is contained in:
Joachim Schöberl 2016-11-20 19:30:50 +01:00
parent 467d3a01be
commit 9014669c56

View File

@ -18,6 +18,9 @@ namespace netgen
void AnisotropicClusters :: Update() void AnisotropicClusters :: Update()
{ {
static int timer = NgProfiler::CreateTimer ("clusters");
NgProfiler::RegionTimer reg (timer);
const MeshTopology & top = mesh.GetTopology(); const MeshTopology & top = mesh.GetTopology();
bool hasedges = top.HasEdges(); bool hasedges = top.HasEdges();