From: adv Date: Tue, 21 Jan 2014 11:56:27 +0000 (+0000) Subject: Minor changes for previous commit. X-Git-Tag: BR_hydro_v_1_0~57 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3957b928c377ba744326b6d5140c53628bb6461a;p=modules%2Fhydro.git Minor changes for previous commit. --- diff --git a/src/HYDROData/HYDROData_Channel.cxx b/src/HYDROData/HYDROData_Channel.cxx index b9424614..ab054c72 100644 --- a/src/HYDROData/HYDROData_Channel.cxx +++ b/src/HYDROData/HYDROData_Channel.cxx @@ -13,7 +13,6 @@ #include #include #include -#include #include @@ -114,8 +113,10 @@ void HYDROData_Channel::Update() SetShape3D( aChannelConstructor.Get3dPresentation() ); SetTopShape( aChannelConstructor.Get2dPresentation() ); +#ifdef DEB_CHANNEL BRepTools::Write( aChannelConstructor.Get2dPresentation(), "channel2d.brep" ); BRepTools::Write( aChannelConstructor.Get3dPresentation(), "channel3d.brep" ); +#endif TopAbs_ShapeEnum aType = GetTopShape().ShapeType();