Salome HOME
SIP: HYDROData_Profile is included.
[modules/hydro.git] / src / HYDROPy / HYDROData_Entity.sip
index 04074c37954ec52cb915eea8c50c6c2280df3ffd..f5b75504d82f368aa824f77125b3b9c27b530932 100644 (file)
@@ -83,6 +83,10 @@ class HYDROData_Entity
         sipClass = sipClass_HYDROData_Obstacle;
         break;
 
+      case KIND_PROFILE:
+        sipClass = sipClass_HYDROData_Profile;
+        break;
+
       case KIND_REGION:
         sipClass = sipClass_HYDROData_Region;
         break;