mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 07:30:36 +05:00
0021275: EDF 1681 SMESH: Find the number of nodes of any group
fix GetTic()
This commit is contained in:
parent
c39387f140
commit
89e2fe991e
@ -132,7 +132,7 @@ int SMESHDS_GroupOnFilter::GetID (const int theIndex)
|
|||||||
|
|
||||||
int SMESHDS_GroupOnFilter::GetTic() const
|
int SMESHDS_GroupOnFilter::GetTic() const
|
||||||
{
|
{
|
||||||
return myMeshModifTime * myPredicateTic;
|
return GetMesh()->GetMTime() * myPredicateTic;
|
||||||
}
|
}
|
||||||
|
|
||||||
//================================================================================
|
//================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user