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

revert changes
parent 06b6857f
Branches
Tags
No related merge requests found
......@@ -50,13 +50,13 @@ class mystreambuf: public streambuf
// replaces the standard Ng_Init
void NgAddOn_Init ()
{
mycout = &cout;
myerr = &cerr;
testout = new ofstream ("test.out");
//mycout = &cout;
//myerr = &cerr;
//testout = new ofstream ("test.out");
//mycout = new ostream(new mystreambuf());
//myerr = new ostream(new mystreambuf());
//testout = new ofstream ("/dev/null");
mycout = new ostream(new mystreambuf());
myerr = new ostream(new mystreambuf());
testout = new ofstream ("/dev/null");
}
// generates volume mesh from surface mesh, without optimization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment