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