mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-19 17:47:55 +05:00
PAL13617 NbSubMesh() method works wrong
- return _impl->NbSubMesh(); + return _mapSubMesh_i.size();
This commit is contained in:
parent
27212c6743
commit
8e73ed8d00
@ -2333,7 +2333,7 @@ CORBA::Long SMESH_Mesh_i::NbPrismsOfOrder(SMESH::ElementOrder order)
|
|||||||
CORBA::Long SMESH_Mesh_i::NbSubMesh()throw(SALOME::SALOME_Exception)
|
CORBA::Long SMESH_Mesh_i::NbSubMesh()throw(SALOME::SALOME_Exception)
|
||||||
{
|
{
|
||||||
Unexpect aCatch(SALOME_SalomeException);
|
Unexpect aCatch(SALOME_SalomeException);
|
||||||
return _impl->NbSubMesh();
|
return _mapSubMesh_i.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user