mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +05:00
Merge remote-tracking branch 'origin/master' into V8_5_BR
This commit is contained in:
commit
ad3cb4c938
@ -1831,6 +1831,7 @@ void SMDS_Mesh::RemoveElement(const SMDS_MeshElement * elem,
|
|||||||
case SMDSAbs_All: // avoid compilation warning
|
case SMDSAbs_All: // avoid compilation warning
|
||||||
case SMDSAbs_NbElementTypes: break;
|
case SMDSAbs_NbElementTypes: break;
|
||||||
}
|
}
|
||||||
|
removedElems.push_back( *it);
|
||||||
|
|
||||||
myCellFactory->Free( static_cast< const SMDS_MeshCell*>( *it ));
|
myCellFactory->Free( static_cast< const SMDS_MeshCell*>( *it ));
|
||||||
|
|
||||||
|
@ -5130,7 +5130,7 @@ int _pyStringFamily::isIn( const char* str )
|
|||||||
if (( len = itSub->isIn( str + itSub->_prefix.Length() )) >= 0 )
|
if (( len = itSub->isIn( str + itSub->_prefix.Length() )) >= 0 )
|
||||||
return itSub->_prefix.Length() + len;
|
return itSub->_prefix.Length() + len;
|
||||||
}
|
}
|
||||||
else if ( cmp > 0 )
|
else if ( cmp < 0 )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if ( !_strings.empty() )
|
if ( !_strings.empty() )
|
||||||
|
Loading…
Reference in New Issue
Block a user