mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0022688: Syntax error in file BRepOffset_Inter2d.cxx: wrong usage of brackets in comparison
This commit is contained in:
parent
0a0cf81379
commit
9c12265e4b
@ -1282,7 +1282,7 @@ static void ExtentEdge(const TopoDS_Edge& E,TopoDS_Edge& NE, const Standard_Real
|
|||||||
Standard_Real LastPar = C3d->LastParameter();
|
Standard_Real LastPar = C3d->LastParameter();
|
||||||
|
|
||||||
if (C3d->IsKind(STANDARD_TYPE(Geom_BoundedCurve)) &&
|
if (C3d->IsKind(STANDARD_TYPE(Geom_BoundedCurve)) &&
|
||||||
FirstPar > anEf - a2Offset || LastPar < anEl + a2Offset)
|
(FirstPar > anEf - a2Offset || LastPar < anEl + a2Offset))
|
||||||
{
|
{
|
||||||
Handle(Geom_TrimmedCurve) aTrCurve =
|
Handle(Geom_TrimmedCurve) aTrCurve =
|
||||||
new Geom_TrimmedCurve(C3d, FirstPar, LastPar);
|
new Geom_TrimmedCurve(C3d, FirstPar, LastPar);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user