mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
fix compilation error
This commit is contained in:
parent
a90ef6efde
commit
5a053fbfd0
@ -536,7 +536,7 @@ bool SMDS_VolumeTool::GetFaceNormal (int faceIndex, double & X, double & Y, doub
|
|||||||
XYZ aVec13( p3 - p1 );
|
XYZ aVec13( p3 - p1 );
|
||||||
XYZ cross = aVec12.Crossed( aVec13 );
|
XYZ cross = aVec12.Crossed( aVec13 );
|
||||||
|
|
||||||
if ( myFaceNbNodes[ faceIndex ] == 4 ) {
|
if ( myFaceNbNodes == 4 ) {
|
||||||
XYZ p4 ( myFaceNodes[3] );
|
XYZ p4 ( myFaceNodes[3] );
|
||||||
XYZ aVec14( p4 - p1 );
|
XYZ aVec14( p4 - p1 );
|
||||||
XYZ cross2 = aVec13.Crossed( aVec14 );
|
XYZ cross2 = aVec13.Crossed( aVec14 );
|
||||||
|
Loading…
Reference in New Issue
Block a user