]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
correct update of DTM
authorasl <asl@opencascade.com>
Wed, 12 Oct 2016 09:19:38 +0000 (12:19 +0300)
committerasl <asl@opencascade.com>
Wed, 12 Oct 2016 09:19:38 +0000 (12:19 +0300)
src/HYDROData/HYDROData_DTM.cxx

index 8311b147137017d32704d7306e3ba9d779d29973..736c43b5bc788e7ec94a6216628cc43d595e12d0 100644 (file)
@@ -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,