mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-05 06:10:33 +05:00
regression of SMESH_TEST/Grids/smesh/bugs/L9
fix GetGroupSubMeshesContaining() to return all sub-meshes of groups but not the last only
This commit is contained in:
parent
7f69b1fe3e
commit
585751ddcb
@ -971,7 +971,7 @@ SMESH_Mesh::GetGroupSubMeshesContaining(const TopoDS_Shape & aSubShape) const
|
||||
if ( SMESH_MesherHelper::IsSubShape( aSubShape, i_sm->second->GetSubShape() ))
|
||||
{
|
||||
found.push_back( i_sm->second );
|
||||
break;
|
||||
//break;
|
||||
}
|
||||
} else {
|
||||
break; // the rest sub-meshes are not those of groups
|
||||
|
Loading…
Reference in New Issue
Block a user