mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0023258: Missing parenthesis
Missing parenthesis added.
This commit is contained in:
parent
8fa02385b0
commit
f272f76c5a
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user