From: eap Date: Fri, 16 Dec 2011 09:29:06 +0000 (+0000) Subject: 0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC... X-Git-Tag: V6_5_0a1~224 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=11f855c30a6ae09fdafc2a132c1ae940853a7294;p=modules%2Fsmesh.git 0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12) 0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27 print driver messages in debug mode only --- diff --git a/src/Driver/Driver_Mesh.cxx b/src/Driver/Driver_Mesh.cxx index cebe63593..c5ea42174 100644 --- a/src/Driver/Driver_Mesh.cxx +++ b/src/Driver/Driver_Mesh.cxx @@ -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; }