From 89e2fe991e89f920a6aba3f6f97ae27b86401252 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 4 Oct 2011 08:53:35 +0000 Subject: [PATCH] 0021275: EDF 1681 SMESH: Find the number of nodes of any group fix GetTic() --- src/SMESHDS/SMESHDS_GroupOnFilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHDS/SMESHDS_GroupOnFilter.cxx b/src/SMESHDS/SMESHDS_GroupOnFilter.cxx index c631f832c..8307b279a 100644 --- a/src/SMESHDS/SMESHDS_GroupOnFilter.cxx +++ b/src/SMESHDS/SMESHDS_GroupOnFilter.cxx @@ -132,7 +132,7 @@ int SMESHDS_GroupOnFilter::GetID (const int theIndex) int SMESHDS_GroupOnFilter::GetTic() const { - return myMeshModifTime * myPredicateTic; + return GetMesh()->GetMTime() * myPredicateTic; } //================================================================================ -- 2.30.2