mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0022922: Clean up warnings on uninitialized / unused variables
This commit is contained in:
committed by
bugmaster
parent
25289ec1e1
commit
6e6cd5d949
@@ -100,9 +100,6 @@ const Handle(Adaptor3d_HCurve)& Cg,
|
||||
ray=sg1*ray;
|
||||
dray=sg1*dray;
|
||||
gp_Vec nplan = d1gui.Multiplied(unsurnormd1gui);
|
||||
#ifdef DEB
|
||||
Standard_Real theD = -(nplan.XYZ().Dot(ptgui.XYZ()));
|
||||
#endif
|
||||
gp_Vec dnplan;
|
||||
dnplan.SetLinearForm(-nplan.Dot(d2gui),nplan,d2gui);
|
||||
dnplan.Multiply(unsurnormd1gui);
|
||||
|
Reference in New Issue
Block a user