diff options
Diffstat (limited to 'src/IGESToBRep/IGESToBRep_TopoSurface.cxx')
-rw-r--r-- | src/IGESToBRep/IGESToBRep_TopoSurface.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IGESToBRep/IGESToBRep_TopoSurface.cxx b/src/IGESToBRep/IGESToBRep_TopoSurface.cxx index 06bd43cf..21f703d5 100644 --- a/src/IGESToBRep/IGESToBRep_TopoSurface.cxx +++ b/src/IGESToBRep/IGESToBRep_TopoSurface.cxx @@ -185,7 +185,7 @@ static Standard_Boolean extractCurve3d (const TopoDS_Shape& theEdges, { TopExp_Explorer anExp(theEdges, TopAbs_EDGE); Standard_Integer howMuch = 0; - Standard_Real f, l; + Standard_Real f = 0.0, l = 0.0; for (; anExp.More(); anExp.Next()) { TopoDS_Edge anEdge = TopoDS::Edge(anExp.Current()); if (anEdge.IsNull()) |