Salome HOME
Prevent division by zero in GetProgress()
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_Mesher.hxx
index 1bf8b5bf31fab02375ac1593d8f4a0a5859b9d28..41df61b2330b88f247f2d08a75c7689e85f273c6 100644 (file)
@@ -91,6 +91,8 @@ struct NETGENPLUGIN_EXPORT NETGENPlugin_NetgenLibWrapper
   std::string getOutputFileName();
   void        removeOutputFile();
   std::string _outputFileName;
+
+  std::streambuf* _coutBuffer;   // to re-/store cout.rdbuf()
 };
 
 //=============================================================================