mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
more comments
This commit is contained in:
parent
b7eee22ba4
commit
d547ba4db9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user