diff --git a/src/SMESH/SMESH_Mesh.cxx b/src/SMESH/SMESH_Mesh.cxx index 8d73c851f..77e9c489a 100644 --- a/src/SMESH/SMESH_Mesh.cxx +++ b/src/SMESH/SMESH_Mesh.cxx @@ -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