0024236: Eliminate GCC compiler warning (uninitialized variables)
[occt.git] / src / Contap / Contap_ContourGen_3.gxx
index fb5b95b..e9fd41b 100755 (executable)
@@ -86,7 +86,7 @@ static void PutPointsOnLine (const Contap_TheSearch& solrst,
 
   gp_Pnt ptonsurf;
   gp_Vec vectg,normale,tgtrst;
-  Standard_Real paramlin;
+  Standard_Real paramlin = 0.0;
 
   
   Standard_Integer nbLin = slin.Length();