From ef15149c8bd94cb3acb049df019fe1b2ea799a2a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 18 Aug 2004 14:26:13 +0000
Subject: [PATCH] revert changes

---
 Netgen/nglib_addon.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Netgen/nglib_addon.cpp b/Netgen/nglib_addon.cpp
index 16339c8460..8416c0af55 100644
--- a/Netgen/nglib_addon.cpp
+++ b/Netgen/nglib_addon.cpp
@@ -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
-- 
GitLab