Salome HOME
+ bool IsUsedHypothesis(const SMESHDS_Hypothesis * H) const;
[modules/smesh.git] / src / SMESHDS / SMESHDS_GroupOnFilter.cxx
index c631f832cbdc5bbe6537a20b3bbf270c053aa5af..8307b279ac6b64cd47ea39b3b66f3709ed23db3b 100644 (file)
@@ -132,7 +132,7 @@ int SMESHDS_GroupOnFilter::GetID (const int theIndex)
 
 int SMESHDS_GroupOnFilter::GetTic() const
 {
-  return myMeshModifTime * myPredicateTic;
+  return GetMesh()->GetMTime() * myPredicateTic;
 }
 
 //================================================================================