0024048: "Basic Runtime Checks" option of VS projects should be equal to "RTC1"
[occt.git] / src / Blend / Blend_Walking_3.gxx
index 9c04898..bc662e4 100755 (executable)
@@ -29,7 +29,7 @@ Standard_Integer Blend_Walking::ArcToRecadre(const Standard_Boolean OnFirst,
   Standard_Boolean ok = Standard_False;
   Standard_Boolean byinter = (line->NbPoints() != 0), okinter = 0;
   Standard_Real distmin = RealLast();
-  Standard_Real uprev,vprev, prm, dist;
+  Standard_Real uprev = 0.0, vprev = 0.0, prm = 0.0, dist = 0.0;
   Handle(TheTopolTool) Iter;
 
   if (OnFirst) {