From 47eb0dc60048c20c8b79f4a8c2ddaf1088827cfb Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Tue, 2 Apr 2013 20:31:20 +0000 Subject: [PATCH] remove debug output --- libsrc/stlgeom/meshstlsurface.cpp | 6 +++--- libsrc/stlgeom/stlgeommesh.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libsrc/stlgeom/meshstlsurface.cpp b/libsrc/stlgeom/meshstlsurface.cpp index 8bbf844a..96c5bd18 100644 --- a/libsrc/stlgeom/meshstlsurface.cpp +++ b/libsrc/stlgeom/meshstlsurface.cpp @@ -30,11 +30,13 @@ static void STLFindEdges (STLGeometry & geom, PrintMessage(3,"Mesh Lines"); + /* cout << geom.GetNLines() << " lines" << endl; double totnp = 0; for (int i = 1; i <= geom.GetNLines(); i++) totnp += geom.GetLine(i)->NP(); cout << "avg np per line " << totnp/geom.GetNLines() << endl; + */ for (int i = 1; i <= geom.GetNLines(); i++) { @@ -42,8 +44,6 @@ static void STLFindEdges (STLGeometry & geom, SetThreadPercent(100.0 * (double)i/(double)geom.GetNLines()); } - NgProfiler::Print(stdout); - geom.meshpoints.SetSize(0); //testing geom.meshlines.SetSize(0); //testing for (int i = 1; i <= meshpoints.Size(); i++) @@ -734,7 +734,7 @@ void STLSurfaceMeshing1 (STLGeometry & geom, Render(); } - NgProfiler::Print(stdout); + // NgProfiler::Print(stdout); mesh.CalcSurfacesOfNode(); } diff --git a/libsrc/stlgeom/stlgeommesh.cpp b/libsrc/stlgeom/stlgeommesh.cpp index 82a34b73..d7da795f 100644 --- a/libsrc/stlgeom/stlgeommesh.cpp +++ b/libsrc/stlgeom/stlgeommesh.cpp @@ -1081,7 +1081,7 @@ void STLGeometry :: RestrictLocalH(class Mesh & mesh, double gh) } PopStatus(); - NgProfiler::Print(stdout); + // NgProfiler::Print(stdout); } if (stlparam.resthlinelengthenable)