From: eap Date: Fri, 15 Nov 2013 13:43:38 +0000 (+0000) Subject: more comments X-Git-Tag: V7_3_0a1~56 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d547ba4db90f7fe97f044c5afb84b7321ccc6f11;p=modules%2Fsmesh.git more comments --- diff --git a/src/Controls/SMESH_Controls.cxx b/src/Controls/SMESH_Controls.cxx index 695eaa5b2..e7e61b113 100644 --- a/src/Controls/SMESH_Controls.cxx +++ b/src/Controls/SMESH_Controls.cxx @@ -307,7 +307,7 @@ double NumericalFunctor::GetValue( long theId ) myCurrElement = myMesh->FindElement( theId ); TSequenceOfXYZ P; - if ( GetPoints( theId, P )) + if ( GetPoints( theId, P )) // elem type is checked here aVal = Round( GetValue( P )); return aVal;