From: asl Date: Wed, 12 Oct 2016 09:19:38 +0000 (+0300) Subject: correct update of DTM X-Git-Tag: v1.6~56 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c1cf90933e5b6d72e6ec81592c04587f44522ebb;p=modules%2Fhydro.git correct update of DTM --- diff --git a/src/HYDROData/HYDROData_DTM.cxx b/src/HYDROData/HYDROData_DTM.cxx index 8311b147..736c43b5 100644 --- a/src/HYDROData/HYDROData_DTM.cxx +++ b/src/HYDROData/HYDROData_DTM.cxx @@ -210,7 +210,8 @@ void HYDROData_DTM::Update() SetShape( DataTag_OutletShape, OutOutlet ); SetShape( DataTag_3DShape, Out3dPres ); SetShape( DataTag_2DShape, Out2dPres ); - + + HYDROData_Bathymetry::Update(); } void HYDROData_DTM::GetPresentationShapes( TopoDS_Shape& Out3dPres,