mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-26 02:17:55 +05:00
Correction fix:
Bug IPAL8770 There is no any warning message if to export polygonal elements into MED 2.1 file.
This commit is contained in:
parent
b6b4412159
commit
c102067d8c
@ -289,7 +289,7 @@ namespace{
|
||||
|
||||
delete fd;
|
||||
if( !aFilename.isEmpty()
|
||||
&& (aMesh->NbPolygons()>1 or aMesh->NbPolyhedrons()>1)
|
||||
&& (aMesh->NbPolygons()>0 or aMesh->NbPolyhedrons()>0)
|
||||
&& aFormat==SMESH::MED_V2_1){
|
||||
int aRet = QAD_MessageBox::warn2(QAD_Application::getDesktop(),
|
||||
QObject::tr("SMESH_WRN_WARNING"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user