mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026167: Coding rules - eliminate -Wlogical-not-parentheses CLang warnings in GeomToStep
This commit is contained in:
@@ -121,6 +121,6 @@ GeomToStep_MakeBoundedCurve::GeomToStep_MakeBoundedCurve ( const Handle(Geom2d_B
|
||||
const Handle(StepGeom_BoundedCurve) &
|
||||
GeomToStep_MakeBoundedCurve::Value() const
|
||||
{
|
||||
StdFail_NotDone_Raise_if(!done == Standard_True,"");
|
||||
StdFail_NotDone_Raise_if(!done, "");
|
||||
return theBoundedCurve;
|
||||
}
|
||||
|
Reference in New Issue
Block a user