From fe95433a872bfbbc6f4843bbf7192a4a1dbf8a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Mon, 30 Sep 2019 19:26:50 +0200 Subject: [PATCH] missing timer closing --- libsrc/meshing/smoothing2.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsrc/meshing/smoothing2.cpp b/libsrc/meshing/smoothing2.cpp index 52e18388..a61848d9 100644 --- a/libsrc/meshing/smoothing2.cpp +++ b/libsrc/meshing/smoothing2.cpp @@ -1095,6 +1095,8 @@ namespace netgen } } } + + tloop.Stop(); if (printeddot) PrintDot ('\n');