mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024818: CLang warnings -Wlogical-not-parentheses
CLang warnings -Wlogical-not-parentheses were fixed.
This commit is contained in:
@@ -602,7 +602,7 @@ static gp_Pnt2d ValueOnFace(const Standard_Real U,
|
||||
|
||||
Standard_Real UU =0., Dist = Precision::Infinite(), D1, D2;
|
||||
|
||||
if ( !Ext.NbPoints() == 0 ) {
|
||||
if ( Ext.NbPoints() != 0 ) {
|
||||
UU = Ext.LowerDistanceParameter();
|
||||
Dist = Ext.LowerDistance();
|
||||
}
|
||||
|
Reference in New Issue
Block a user