mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
0027435: Compilation error on Linux platfrom in Debug mode with enabled OCCT_DEBUG definition
Error was fixed.
This commit is contained in:
parent
04cd0c6dda
commit
4b5857d330
@ -1078,7 +1078,7 @@ void MAT2d_Tool2d::Dump(const Standard_Integer bisector,
|
|||||||
if(bisector == -1) return;
|
if(bisector == -1) return;
|
||||||
if(bisector > theNumberOfBisectors) return;
|
if(bisector > theNumberOfBisectors) return;
|
||||||
|
|
||||||
Handle(Geom2d_Curve) thebisector = GeomBis(bisector).Value();
|
Handle(Geom2d_Curve) thebisector = (Handle(Geom2d_Curve)) GeomBis(bisector).Value();
|
||||||
|
|
||||||
MAT2d_DrawCurve(thebisector,3);
|
MAT2d_DrawCurve(thebisector,3);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user