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:
@@ -87,6 +87,6 @@ GeomToStep_MakeBoundedSurface::GeomToStep_MakeBoundedSurface
|
||||
const Handle(StepGeom_BoundedSurface) &
|
||||
GeomToStep_MakeBoundedSurface::Value() const
|
||||
{
|
||||
StdFail_NotDone_Raise_if(!done == Standard_True,"");
|
||||
StdFail_NotDone_Raise_if(!done, "");
|
||||
return theBoundedSurface;
|
||||
}
|
||||
|
Reference in New Issue
Block a user