From: mkr Date: Fri, 13 Nov 2015 15:47:39 +0000 (+0300) Subject: Avoid compilation error. X-Git-Tag: v1.5~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eecf589a63cba575d8af6210d895c688cd79daba;p=modules%2Fhydro.git Avoid compilation error. --- diff --git a/src/HYDROPy/HYDROData_LandCoverMap.sip b/src/HYDROPy/HYDROData_LandCoverMap.sip index cd0ed5b8..73e1c9d5 100644 --- a/src/HYDROPy/HYDROData_LandCoverMap.sip +++ b/src/HYDROPy/HYDROData_LandCoverMap.sip @@ -62,7 +62,7 @@ public: const QStringList& theDBFValues, const QStringList& theStricklerTypes ) const; - bool ExportTelemac( const QString& theFileName, double theDeflection ) const; + //bool ExportTelemac( const QString& theFileName, double theDeflection ) const; bool Add( HYDROData_Object theObject, const QString& theType ) [bool ( const Handle_HYDROData_Object&, const QString& )];