Salome HOME
Creat\Edit stream operation.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Tool.cxx
index 0f2b7c2c8d93f3c07917c6cb8121ca3ee5cf4730..bb9da6793499fe2edde551c0a4f1138e9af0a965 100644 (file)
@@ -221,7 +221,8 @@ void HYDROGUI_Tool::GetPrsSubObjects( HYDROGUI_Module* theModule,
         ( anObject->GetKind() == KIND_REGION ) ||
         ( anObject->GetKind() == KIND_BATHYMETRY ) ||
         ( anObject->GetKind() == KIND_ZONE ) ||
-        ( anObject->GetKind() == KIND_OBSTACLE ) ) )
+        ( anObject->GetKind() == KIND_OBSTACLE ) ||
+        ( anObject->GetKind() == KIND_PROFILE ) ) )
       {
         theSeq.Append( anObject );
       }