From b3d54015e9410c1e0d90b7ccd85296140d7e596a Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Fri, 6 May 2016 13:27:34 +0200 Subject: [PATCH] disabled drawing graph of delaunay map --- VectoCore/VectoCore/Utils/DelaunayMap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VectoCore/VectoCore/Utils/DelaunayMap.cs b/VectoCore/VectoCore/Utils/DelaunayMap.cs index 9782d4d6f9..57c98eb312 100644 --- a/VectoCore/VectoCore/Utils/DelaunayMap.cs +++ b/VectoCore/VectoCore/Utils/DelaunayMap.cs @@ -133,7 +133,7 @@ namespace TUGraz.VectoCore.Utils } } - DrawGraph(pointCount, triangles, superTriangle, xmin, xmax, ymin, ymax); + //DrawGraph(pointCount, triangles, superTriangle, xmin, xmax, ymin, ymax); _convexHull = triangles.FindAll(t => t.SharesVertexWith(superTriangle)). SelectMany(t => t.GetEdges()). -- GitLab