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