From d547ba4db90f7fe97f044c5afb84b7321ccc6f11 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 15 Nov 2013 13:43:38 +0000 Subject: [PATCH] more comments --- src/Controls/SMESH_Controls.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;