From 1e6829d8c7ad6516018dbd7b21ce52a654c7be13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Fri, 8 Feb 2019 00:36:52 +0100 Subject: [PATCH] remove output --- libsrc/geom2d/genmesh2d.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/geom2d/genmesh2d.cpp b/libsrc/geom2d/genmesh2d.cpp index b5e5000a..fde8b16c 100644 --- a/libsrc/geom2d/genmesh2d.cpp +++ b/libsrc/geom2d/genmesh2d.cpp @@ -130,7 +130,6 @@ namespace netgen Point3d oldmark3(oldmark(0), oldmark(1), 0); double h = mesh.GetH (Point<3> (oldmark(0), oldmark(1), 0)); - cout << "edge h = " << h << endl; Vec<3> v (1e-4*h, 1e-4*h, 1e-4*h); searchtree.GetIntersecting (oldmark3 - v, oldmark3 + v, locsearch);