From 162192e3e23cb0470efb28204b556bce43e292d6 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 2 Aug 2012 10:15:26 +0000
Subject: [PATCH] reduce messages

---
 contrib/Netgen/nglib_gmsh.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/Netgen/nglib_gmsh.cpp b/contrib/Netgen/nglib_gmsh.cpp
index 4af5637139..9b88523a6d 100644
--- a/contrib/Netgen/nglib_gmsh.cpp
+++ b/contrib/Netgen/nglib_gmsh.cpp
@@ -72,7 +72,8 @@ namespace nglib
        //testout = &cout;
        mycout = new ostream(new mystreambuf());
        myerr = new ostream(new mystreambuf());
-       testout = new ostream(new mystreambuf());
+       testout = new ofstream("/dev/null");
+       //testout = new ostream(new mystreambuf());
      }
    }
 
-- 
GitLab