From c1cf90933e5b6d72e6ec81592c04587f44522ebb Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 12 Oct 2016 12:19:38 +0300 Subject: [PATCH] correct update of DTM --- src/HYDROData/HYDROData_DTM.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.39.2