Skip to content
Snippets Groups Projects
Commit 162192e3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

reduce messages

parent eac96e1c
Branches
Tags
No related merge requests found
...@@ -72,7 +72,8 @@ namespace nglib ...@@ -72,7 +72,8 @@ namespace nglib
//testout = &cout; //testout = &cout;
mycout = new ostream(new mystreambuf()); mycout = new ostream(new mystreambuf());
myerr = new ostream(new mystreambuf()); myerr = new ostream(new mystreambuf());
testout = new ostream(new mystreambuf()); testout = new ofstream("/dev/null");
//testout = new ostream(new mystreambuf());
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment