X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_CalculationCase.h;h=ca0fd81cb7440fd67c66a972ae83b618904bd734;hb=39b1848f103d89cfb544a1651b3fbf221fc2c401;hp=88655837886846f48cb516889b0f14069dce445a;hpb=24fb5adcac723810ac120abf37ad191a092cbefe;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_CalculationCase.h b/src/HYDROData/HYDROData_CalculationCase.h index 88655837..ca0fd81c 100644 --- a/src/HYDROData/HYDROData_CalculationCase.h +++ b/src/HYDROData/HYDROData_CalculationCase.h @@ -341,9 +341,9 @@ public: */ HYDRODATA_EXPORT double GetStricklerCoefficientForPoint( const gp_XY& thePoint ) const; - HYDRODATA_EXPORT bool GetStricklerCoefficientForPoints(const std::vector& thePoints, - std::vector& theCoeffs, double DefValue, - bool UseMax ); + HYDRODATA_EXPORT std::vector GetStricklerCoefficientForPoints(const std::vector& thePoints, + double DefValue, + bool UseMax ) const; /** * Returns altitudes for given points on given region.