mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +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 );
|
myCurrElement = myMesh->FindElement( theId );
|
||||||
|
|
||||||
TSequenceOfXYZ P;
|
TSequenceOfXYZ P;
|
||||||
if ( GetPoints( theId, P ))
|
if ( GetPoints( theId, P )) // elem type is checked here
|
||||||
aVal = Round( GetValue( P ));
|
aVal = Round( GetValue( P ));
|
||||||
|
|
||||||
return aVal;
|
return aVal;
|
||||||
|
Loading…
Reference in New Issue
Block a user