]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Minor change.
authoradv <adv@opencascade.com>
Thu, 19 Dec 2013 05:48:53 +0000 (05:48 +0000)
committeradv <adv@opencascade.com>
Thu, 19 Dec 2013 05:48:53 +0000 (05:48 +0000)
src/HYDROData/HYDROData_Stream.cxx

index cb3603289c59267ee7148e01679ca2ab1f95b2d7..93640008ad700a057b8bf0efa676829a29c66818 100644 (file)
@@ -380,7 +380,7 @@ bool HYDROData_Stream::HasIntersection( const Handle(HYDROData_PolylineXY)& theH
   if(aPrjProfile.ShapeType() == TopAbs_EDGE)
     TopExp::Vertices(TopoDS::Edge(aPrjProfile), aV1, aV2);
   else if(aPrjProfile.ShapeType() == TopAbs_WIRE)  
-    TopExp::Vertices(TopoDS::Wire(aPrjProfile), aV1, aV2)
+    TopExp::Vertices(TopoDS::Wire(aPrjProfile), aV1, aV2);
   else if(aPrjProfile.ShapeType() == TopAbs_COMPOUND){
     TopExp_Explorer anExp(aPrjProfile, TopAbs_WIRE);
     if(anExp.More()) {