From c29a9290af714abdb0e2bf65cba45b57c2cb2a13 Mon Sep 17 00:00:00 2001 From: ski Date: Wed, 16 Apr 2014 15:59:21 +0400 Subject: [PATCH] 0024818: CLang warnings -Wlogical-not-parentheses CLang warnings -Wlogical-not-parentheses were fixed. --- src/AIS/AIS_Dimension.cxx | 2 +- src/AIS/AIS_MultipleConnectedInteractive.cxx | 2 +- src/BRepFill/BRepFill_MultiLine.cxx | 2 +- src/Bisector/Bisector_BisecCC.cxx | 2 +- src/HLRTest/HLRTest_DrawableEdgeTool.cxx | 4 ++-- src/IGESDimen/IGESDimen_NewGeneralNote.cxx | 2 +- src/IGESToBRep/IGESToBRep_TopoCurve.cxx | 6 +++--- src/LocOpe/LocOpe_BuildShape.cxx | 2 +- src/MAT/MAT_Arc.cxx | 8 ++++---- src/StlTransfer/StlTransfer.cxx | 2 +- src/TNaming/TNaming_NamedShape.cxx | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/AIS/AIS_Dimension.cxx b/src/AIS/AIS_Dimension.cxx index 52c735679b..d8da604057 100755 --- a/src/AIS/AIS_Dimension.cxx +++ b/src/AIS/AIS_Dimension.cxx @@ -1145,7 +1145,7 @@ Standard_Boolean AIS_Dimension::InitCircularDimension (const TopoDS_Shape& theSh } BRepAdaptor_Curve anAdaptedCurve (anEdge); - if (!anAdaptedCurve.GetType() == GeomAbs_Circle) + if (anAdaptedCurve.GetType() != GeomAbs_Circle) { return Standard_False; } diff --git a/src/AIS/AIS_MultipleConnectedInteractive.cxx b/src/AIS/AIS_MultipleConnectedInteractive.cxx index 0b195ffc46..fba2ca1522 100644 --- a/src/AIS/AIS_MultipleConnectedInteractive.cxx +++ b/src/AIS/AIS_MultipleConnectedInteractive.cxx @@ -89,7 +89,7 @@ void AIS_MultipleConnectedInteractive::Connect(const Handle(AIS_InteractiveObjec //======================================================================= Standard_Boolean AIS_MultipleConnectedInteractive::HasConnection() const { - return (!myReferences.Length()==0); + return (myReferences.Length() != 0); } //======================================================================= diff --git a/src/BRepFill/BRepFill_MultiLine.cxx b/src/BRepFill/BRepFill_MultiLine.cxx index bf9356e81a..2da32ebd75 100644 --- a/src/BRepFill/BRepFill_MultiLine.cxx +++ b/src/BRepFill/BRepFill_MultiLine.cxx @@ -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(); } diff --git a/src/Bisector/Bisector_BisecCC.cxx b/src/Bisector/Bisector_BisecCC.cxx index 2ef3b1af04..ce9c28b3fc 100644 --- a/src/Bisector/Bisector_BisecCC.cxx +++ b/src/Bisector/Bisector_BisecCC.cxx @@ -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. diff --git a/src/HLRTest/HLRTest_DrawableEdgeTool.cxx b/src/HLRTest/HLRTest_DrawableEdgeTool.cxx index 4b515bb4ff..8b1afbd049 100644 --- a/src/HLRTest/HLRTest_DrawableEdgeTool.cxx +++ b/src/HLRTest/HLRTest_DrawableEdgeTool.cxx @@ -188,7 +188,7 @@ HLRTest_DrawableEdgeTool::DrawEdge (Draw_Display& D, It.NextVisible()) { It.Visible(sta,tolsta,end,tolend); D.MoveTo(ec.Value3D(sta)); - if (!ec.GetType() == GeomAbs_Line) { + if (ec.GetType() != GeomAbs_Line) { Standard_Integer nbPnt = 100; Standard_Real step = (end-sta)/(nbPnt+1); @@ -221,7 +221,7 @@ HLRTest_DrawableEdgeTool::DrawEdge (Draw_Display& D, It.NextHidden()) { It.Hidden(sta,tolsta,end,tolend); D.MoveTo(ec.Value3D(sta)); - if (!ec.GetType() == GeomAbs_Line) { + if (ec.GetType() != GeomAbs_Line) { Standard_Integer nbPnt = 100; Standard_Real step = (end-sta)/(nbPnt+1); diff --git a/src/IGESDimen/IGESDimen_NewGeneralNote.cxx b/src/IGESDimen/IGESDimen_NewGeneralNote.cxx index ecdf16bfbc..90f7268c59 100644 --- a/src/IGESDimen/IGESDimen_NewGeneralNote.cxx +++ b/src/IGESDimen/IGESDimen_NewGeneralNote.cxx @@ -277,7 +277,7 @@ IGESDimen_NewGeneralNote::IGESDimen_NewGeneralNote () { } Standard_Boolean IGESDimen_NewGeneralNote::IsMirrored (const Standard_Integer Index) const { - return (! theMirrorFlags->Value(Index) == 0); + return (theMirrorFlags->Value(Index) != 0); } Standard_Integer IGESDimen_NewGeneralNote::RotateFlag diff --git a/src/IGESToBRep/IGESToBRep_TopoCurve.cxx b/src/IGESToBRep/IGESToBRep_TopoCurve.cxx index a5b7e53f27..0930dac2a7 100644 --- a/src/IGESToBRep/IGESToBRep_TopoCurve.cxx +++ b/src/IGESToBRep/IGESToBRep_TopoCurve.cxx @@ -589,7 +589,7 @@ TopoDS_Shape IGESToBRep_TopoCurve::TransferOffsetCurve //AddFail(start, "OffsetCurve Transfer Error : Null IGESEntity"); return res; } - if (!start->OffsetType()==1) { + if (start->OffsetType() != 1) { Message_Msg Msg1100("IGES_1100"); //"Offset distance flag different from 1 not treated" SendFail(start,Msg1100); //AddFail(start, "Offset distance flag different from 1 not treated"); @@ -609,7 +609,7 @@ TopoDS_Shape IGESToBRep_TopoCurve::TransferOffsetCurve while (BaseCrv->IsKind(STANDARD_TYPE(IGESGeom_OffsetCurve))) { DeclareAndCast(IGESGeom_OffsetCurve, OffCrv, BaseCrv); - if (!OffCrv->OffsetType()==1) { + if (OffCrv->OffsetType() != 1) { Message_Msg Msg1100("IGES_1100"); //"Offset distance flag different from 1 not treated" SendFail(start,Msg1100); return res; @@ -746,7 +746,7 @@ TopoDS_Shape IGESToBRep_TopoCurve::Transfer2dOffsetCurve return res; } - if (!start->OffsetType()==1) { + if (start->OffsetType() != 1) { Message_Msg Msg1100("IGES_1100"); //"Offset distance flag different from 1 not treated" SendFail(start,Msg1100); } diff --git a/src/LocOpe/LocOpe_BuildShape.cxx b/src/LocOpe/LocOpe_BuildShape.cxx index df5882d503..5fa3133b62 100644 --- a/src/LocOpe/LocOpe_BuildShape.cxx +++ b/src/LocOpe/LocOpe_BuildShape.cxx @@ -261,7 +261,7 @@ void LocOpe_BuildShape::Perform(const TopTools_ListOfShape& L) } imbSh.Clear(); } - } while (!imbSh.Extent() == 0); + } while (imbSh.Extent() != 0); Standard_Integer nbsol = lsolid.Extent(); Standard_Integer nbshl = lshell.Extent(); diff --git a/src/MAT/MAT_Arc.cxx b/src/MAT/MAT_Arc.cxx index fee90f2ba8..c914b4b4e3 100644 --- a/src/MAT/MAT_Arc.cxx +++ b/src/MAT/MAT_Arc.cxx @@ -115,15 +115,15 @@ Standard_Boolean MAT_Arc::HasNeighbour(const Handle(MAT_Node)& aNode, { if (aSide == MAT_Left) { // if (aNode == FirstNode()) return (!firstArcLeft == NULL); - if (aNode == FirstNode()) return (!firstArcLeft == 0); + if (aNode == FirstNode()) return (firstArcLeft != 0); // if (aNode == SecondNode()) return (!secondArcLeft == NULL); - if (aNode == SecondNode()) return (!secondArcLeft == 0); + if (aNode == SecondNode()) return (secondArcLeft != 0); } else { // if (aNode == FirstNode()) return (!firstArcRight == NULL); - if (aNode == FirstNode()) return (!firstArcRight == 0); + if (aNode == FirstNode()) return (firstArcRight != 0); // if (aNode == SecondNode()) return (!secondArcRight == NULL); - if (aNode == SecondNode()) return (!secondArcRight == 0); + if (aNode == SecondNode()) return (secondArcRight != 0); } Standard_DomainError::Raise("MAT_Arc::HasNeighbour"); return Standard_False; diff --git a/src/StlTransfer/StlTransfer.cxx b/src/StlTransfer/StlTransfer.cxx index 163e566fe5..bd1da2c240 100644 --- a/src/StlTransfer/StlTransfer.cxx +++ b/src/StlTransfer/StlTransfer.cxx @@ -61,7 +61,7 @@ static void Normal(const TopoDS_Face& aFace, CSLib_NormalStatus NStat; S.Initialize(aFace, Standard_False); const TColgp_Array1OfPnt2d& UVNodes = T->UVNodes(); - if (!S.GetType() == GeomAbs_Plane) { + if (S.GetType() != GeomAbs_Plane) { for (i = UVNodes.Lower(); i <= UVNodes.Upper(); i++) { U = UVNodes(i).X(); V = UVNodes(i).Y(); diff --git a/src/TNaming/TNaming_NamedShape.cxx b/src/TNaming/TNaming_NamedShape.cxx index 9fe70fc98b..21b634f556 100644 --- a/src/TNaming/TNaming_NamedShape.cxx +++ b/src/TNaming/TNaming_NamedShape.cxx @@ -557,7 +557,7 @@ void TNaming_NamedShape::References(const Handle(TDF_DataSet)& aDataSet) const void TNaming_NamedShape::Add(TNaming_Node*& pdn ) { pdn->myAtt = this; - if (!myNode == 0L){ + if (myNode != 0L){ pdn->nextSameAttribute = myNode; } myNode = pdn;