From: adv Date: Thu, 19 Dec 2013 05:48:53 +0000 (+0000) Subject: Minor change. X-Git-Tag: BR_hydro_v_0_6~34 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b669cf46c196c135f8f624ff26f490b3d67f7ec1;p=modules%2Fhydro.git Minor change. --- diff --git a/src/HYDROData/HYDROData_Stream.cxx b/src/HYDROData/HYDROData_Stream.cxx index cb360328..93640008 100644 --- a/src/HYDROData/HYDROData_Stream.cxx +++ b/src/HYDROData/HYDROData_Stream.cxx @@ -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()) {