From 97dcbc09c286bbe2f78f6bbec3066e9e54a24fe7 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Wed, 12 Oct 2011 20:57:49 +0000 Subject: [PATCH] remove very very bad ... output --- libsrc/interface/nginterface.cpp | 3 --- libsrc/meshing/smoothing2.cpp | 4 ++-- libsrc/visualization/vsmesh.cpp | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/libsrc/interface/nginterface.cpp b/libsrc/interface/nginterface.cpp index feb8346a..a5f7e7a1 100644 --- a/libsrc/interface/nginterface.cpp +++ b/libsrc/interface/nginterface.cpp @@ -133,9 +133,6 @@ namespace netgen } - - - using namespace netgen; diff --git a/libsrc/meshing/smoothing2.cpp b/libsrc/meshing/smoothing2.cpp index a911da05..fe47f8b8 100644 --- a/libsrc/meshing/smoothing2.cpp +++ b/libsrc/meshing/smoothing2.cpp @@ -232,7 +232,7 @@ namespace netgen } else { - (*testout) << "very very bad badness" << endl; + // (*testout) << "very very bad badness" << endl; badness += 1e8; } } @@ -288,7 +288,7 @@ namespace netgen } else { - (*testout) << "very very bad badness" << endl; + // (*testout) << "very very bad badness" << endl; badness += 1e8; } } diff --git a/libsrc/visualization/vsmesh.cpp b/libsrc/visualization/vsmesh.cpp index 2dcecf3b..61f73d37 100644 --- a/libsrc/visualization/vsmesh.cpp +++ b/libsrc/visualization/vsmesh.cpp @@ -746,7 +746,7 @@ namespace netgen if (!drawel) continue; - cout << int (el.GetType()) << " " << flush; + // cout << int (el.GetType()) << " " << flush; switch (el.GetType()) { case TRIG: