From b8d722d6a8347218681407d87114f4836e0a3714 Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Thu, 13 Mar 2025 18:41:38 +0100 Subject: [PATCH] remove debug output --- libsrc/meshing/meshclass.cpp | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index 7e9209d3..cecce6cd 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -83,7 +83,6 @@ namespace netgen bool allowindex) { double vlam[3]; - cout << "find2delement " << p << endl; ElementIndex velement = ElementIndex::INVALID; if(mesh.GetNE()) @@ -91,7 +90,6 @@ namespace netgen if(searchtree) const_cast(mesh).BuildElementSearchTree(3); velement = Find3dElement(mesh, p,vlam, nullopt,searchtree ? mesh.GetElementSearchTree() : nullptr,allowindex); - cout << "found volume element = " << velement << endl; } //(*testout) << "p " << p << endl; @@ -106,8 +104,6 @@ namespace netgen for(auto face : fnrs) faces.Append(topology.GetFace2SurfaceElement(face)); - cout << "faces = " << faces << endl; - for(int i=0; i