more comments

This commit is contained in:
eap 2013-11-15 13:43:38 +00:00
parent b7eee22ba4
commit d547ba4db9

View File

@ -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;