1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0023258: Missing parenthesis

Missing parenthesis added.
This commit is contained in:
Pawel 2012-07-11 12:43:07 +02:00
parent 8fa02385b0
commit f272f76c5a

View File

@ -331,7 +331,7 @@ void IGESGeom_ToolOffsetCurve::OwnCheck(const Handle(IGESGeom_OffsetCurve)& ent,
ach.SendFail("Offset Function Parameter != 1-2 or 3 (rq : for X-Y or Z)");
*/
if (ot !=1 && //:l9 abv 15.01.99: CTS22023 and TEC0278: only if ot is function
(ent->TaperedOffsetType() < 1) || (ent->TaperedOffsetType() > 2)) {
((ent->TaperedOffsetType() < 1) || (ent->TaperedOffsetType() > 2))) {
Message_Msg Msg114("XSTEP_114");
ach->SendFail(Msg114);
}