Salome HOME
Selection for image presentation & updates for interpolated stream profiles and stream.
[modules/hydro.git] / src / HYDROData / HYDROData_Stream.cxx
index 0a35a208dc2b1d4771b9c0e6d53ac30b6697b984..33de721c8aa96391b7a28711c81311c0ea71f950 100644 (file)
@@ -1177,7 +1177,12 @@ bool HYDROData_Stream::Interpolate( HYDROData_IProfilesInterpolator* theInterpol
     if ( !isAdded ) {
       aProfile->Remove();
     }
+    else
+      aProfile->Update();
   }
 
+  if ( isOK )
+    Update();
+
   return isOK;
-}
\ No newline at end of file
+}