0024823: Hang up in "bopcheck" command
[occt.git] / src / IntTools / IntTools_EdgeEdge.lxx
index 84e4bdb..c10432f 100644 (file)
@@ -26,6 +26,8 @@ inline IntTools_EdgeEdge::IntTools_EdgeEdge()
   myTol(0.),
   myRes1(0.),
   myRes2(0.),
+  myPTol1(0.),
+  myPTol2(0.),
   myRange1(0., 0.),
   myRange2(0., 0.),
   mySwap(Standard_False),
@@ -46,6 +48,8 @@ inline IntTools_EdgeEdge::IntTools_EdgeEdge(const TopoDS_Edge&  theEdge1,
   myTol(0.),
   myRes1(0.),
   myRes2(0.),
+  myPTol1(0.),
+  myPTol2(0.),
   myRange1(0., 0.),
   myRange2(0., 0.),
   mySwap(Standard_False),
@@ -70,6 +74,8 @@ inline IntTools_EdgeEdge::IntTools_EdgeEdge(const TopoDS_Edge&  theEdge1,
   myTol(0.),
   myRes1(0.),
   myRes2(0.),
+  myPTol1(0.),
+  myPTol2(0.),
   myRange1(aT11, aT12),
   myRange2(aT21, aT22),
   mySwap(Standard_False),