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

revert changes
parent 06b6857f
No related branches found
No related tags found
No related merge requests found
...@@ -50,13 +50,13 @@ class mystreambuf: public streambuf ...@@ -50,13 +50,13 @@ class mystreambuf: public streambuf
// replaces the standard Ng_Init // replaces the standard Ng_Init
void NgAddOn_Init () void NgAddOn_Init ()
{ {
mycout = &cout; //mycout = &cout;
myerr = &cerr; //myerr = &cerr;
testout = new ofstream ("test.out"); //testout = new ofstream ("test.out");
//mycout = new ostream(new mystreambuf()); mycout = new ostream(new mystreambuf());
//myerr = new ostream(new mystreambuf()); myerr = new ostream(new mystreambuf());
//testout = new ofstream ("/dev/null"); testout = new ofstream ("/dev/null");
} }
// generates volume mesh from surface mesh, without optimization // 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