mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 04:10:34 +05:00
0021275: EDF 1681 SMESH: Find the number of nodes of any group
remove 100000 limit
This commit is contained in:
parent
a75dad97e1
commit
fe3063e74b
@ -489,7 +489,7 @@ CORBA::Long SMESH_GroupBase_i::GetNumberOfNodes()
|
||||
|
||||
CORBA::Boolean SMESH_GroupBase_i::IsNodeInfoAvailable()
|
||||
{
|
||||
if ( GetType() == SMESH::NODE || Size() < 100000 )
|
||||
if ( GetType() == SMESH::NODE/* || Size() < 100000 */)
|
||||
return true;
|
||||
if ( SMESHDS_GroupBase* g = GetGroupDS())
|
||||
return ( myNbNodes > -1 && g->GetTic() == myGroupDSTic);
|
||||
|
Loading…
Reference in New Issue
Block a user