mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
remove extra code
This commit is contained in:
parent
aaefbed54e
commit
c243e78505
@ -594,8 +594,7 @@ void SMESHGUI_MeshOp::selectionDone()
|
|||||||
// a global algorithm that does not support submeshes
|
// a global algorithm that does not support submeshes
|
||||||
if ( char* algoName = isSubmeshIgnored() ) {
|
if ( char* algoName = isSubmeshIgnored() ) {
|
||||||
SUIT_MessageBox::warning( myDlg, tr( "SMESH_ERROR" ),
|
SUIT_MessageBox::warning( myDlg, tr( "SMESH_ERROR" ),
|
||||||
tr(QString("SUBMESH_NOT_ALLOWED")
|
tr("SUBMESH_NOT_ALLOWED").arg(algoName));
|
||||||
.toLatin1().data() ).arg(algoName));
|
|
||||||
CORBA::string_free( algoName );
|
CORBA::string_free( algoName );
|
||||||
myDlg->selectObject( "", SMESHGUI_MeshDlg::Mesh, "" );
|
myDlg->selectObject( "", SMESHGUI_MeshDlg::Mesh, "" );
|
||||||
selectObject( _PTR(SObject)() );
|
selectObject( _PTR(SObject)() );
|
||||||
|
Loading…
Reference in New Issue
Block a user