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:
@@ -164,7 +164,7 @@ void Bisector_BisecCC::Perform(const Handle(Geom2d_Curve)& Cu1,
|
||||
}
|
||||
}
|
||||
|
||||
if ( !myPolygon.Length() == 0) {
|
||||
if ( myPolygon.Length() != 0 ) {
|
||||
SupLastParameter();
|
||||
//----------------------------------------------
|
||||
// Construction of the polygon of the bissectrice.
|
||||
|
Reference in New Issue
Block a user