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
This commit is contained in:
eap 2011-12-16 09:29:06 +00:00
parent 14a1f50419
commit 11f855c30a

View 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;
}