mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
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:
parent
14a1f50419
commit
11f855c30a
@ -75,7 +75,8 @@ Driver_Mesh::Status Driver_Mesh::addMessage(const std::string& msg,
|
|||||||
myErrorMessages.push_back( msg );
|
myErrorMessages.push_back( msg );
|
||||||
|
|
||||||
MESSAGE(msg);
|
MESSAGE(msg);
|
||||||
|
#ifdef _DEBUG_
|
||||||
cout << msg << endl;
|
cout << msg << endl;
|
||||||
|
#endif
|
||||||
return isFatal ? DRS_FAIL : DRS_WARN_SKIP_ELEM;
|
return isFatal ? DRS_FAIL : DRS_WARN_SKIP_ELEM;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user