X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_Entity.sip;h=f5b75504d82f368aa824f77125b3b9c27b530932;hb=697a6aa753b5cca692ca982a10662a674c34658a;hp=04074c37954ec52cb915eea8c50c6c2280df3ffd;hpb=623f27e44b58b10a571def46700b447f6bf350cd;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Entity.sip b/src/HYDROPy/HYDROData_Entity.sip index 04074c37..f5b75504 100644 --- a/src/HYDROPy/HYDROData_Entity.sip +++ b/src/HYDROPy/HYDROData_Entity.sip @@ -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;