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:
enk 2005-05-20 05:04:06 +00:00
parent b6b4412159
commit c102067d8c

View File

@ -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"),