From b5a7678965a2288c6146f4da64ae93eeffdda06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Wed, 7 Aug 2019 07:48:02 +0200 Subject: [PATCH] remove timer, PointIndex::INVALID --- libsrc/meshing/meshclass.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index 8d95f222..b4cf3fed 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -3367,8 +3367,9 @@ namespace netgen hpoints.Append (points[pi]); } else - op2np[pi] = -1; - + { + op2np[pi].Invalidate(); // = -1; + } points.SetSize(0);