]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #1108
authorisn <isn@opencascade.com>
Mon, 9 Jan 2017 11:26:44 +0000 (14:26 +0300)
committerisn <isn@opencascade.com>
Mon, 9 Jan 2017 11:26:44 +0000 (14:26 +0300)
src/HYDROData/HYDROData_Stream.cxx

index 2f85c4241554574f239b6bb9c4d3a5bcbb7fde83..5ba187ec836db7fb890f4c759eea9a9641186f7d 100644 (file)
@@ -536,6 +536,8 @@ bool HYDROData_Stream::AddProfile( const Handle(HYDROData_Profile)& theProfile )
   
   int aProfileIndex = insertParameter( aPar );
   insertProfileInToOrder( theProfile, aProfileIndex );
+
+  DTM()->SetProfiles( GetProfiles() );
   
   // Indicate model of the need to update the stream presentation
   Changed( Geom_3d );