]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
authoreap <eap@opencascade.com>
Fri, 16 Dec 2011 09:29:06 +0000 (09:29 +0000)
committereap <eap@opencascade.com>
Fri, 16 Dec 2011 09:29:06 +0000 (09:29 +0000)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27

print driver messages in debug mode only

src/Driver/Driver_Mesh.cxx

index cebe63593dc87f2e568bc4ff1d19d5016ab2045c..c5ea4217481ada521e31b7edf6da9729faac4cfa 100644 (file)
@@ -75,7 +75,8 @@ Driver_Mesh::Status Driver_Mesh::addMessage(const std::string& msg,
   myErrorMessages.push_back( msg );
 
   MESSAGE(msg);
+#ifdef _DEBUG_
   cout << msg << endl;
-
+#endif
   return isFatal ? DRS_FAIL : DRS_WARN_SKIP_ELEM;
 }