do not redirect std::cout in _DEBUG_ mode
This commit is contained in:
parent
ad2144a3ff
commit
2e28e60395
@ -3614,8 +3614,9 @@ NETGENPlugin_NetgenLibWrapper::NETGENPlugin_NetgenLibWrapper()
|
||||
_coutBuffer = std::cout.rdbuf();
|
||||
#ifdef _DEBUG_
|
||||
cout << "NOTE: netgen output is redirected to file " << _outputFileName << endl;
|
||||
#endif
|
||||
#else
|
||||
std::cout.rdbuf( netgen::mycout->rdbuf() );
|
||||
#endif
|
||||
|
||||
_ngMesh = Ng_NewMesh();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user