X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_Entity.sip;h=9dc1676ed2653049d725949cfc06f4b36fcfdd28;hb=10a9948d19f358b0ccf850d362d8ad8173b3ea5f;hp=35e6af2a2dbbc30e8d376f358d110d1e457cc059;hpb=484d0a1883f16733d018a912ca4d0c52852e0da5;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Entity.sip b/src/HYDROPy/HYDROData_Entity.sip index 35e6af2a..9dc1676e 100644 --- a/src/HYDROPy/HYDROData_Entity.sip +++ b/src/HYDROPy/HYDROData_Entity.sip @@ -139,6 +139,10 @@ class HYDROData_Entity sipClass = sipClass_HYDROData_ObstacleAltitude; break; + case KIND_STRICKLER_TABLE: + sipClass = sipClass_HYDROData_StricklerTable; + break; + case KIND_UNKNOWN: sipClass = sipClass_HYDROData_Entity; break;