0021275: EDF 1681 SMESH: Find the number of nodes of any group

fix GetTic()
This commit is contained in:
eap 2011-10-04 08:53:35 +00:00
parent c39387f140
commit 89e2fe991e

View File

@ -132,7 +132,7 @@ int SMESHDS_GroupOnFilter::GetID (const int theIndex)
int SMESHDS_GroupOnFilter::GetTic() const
{
return myMeshModifTime * myPredicateTic;
return GetMesh()->GetMTime() * myPredicateTic;
}
//================================================================================