]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Avoid compilation error.
authormkr <mkr@opencascade.com>
Fri, 13 Nov 2015 15:47:39 +0000 (18:47 +0300)
committermkr <mkr@opencascade.com>
Fri, 13 Nov 2015 15:47:39 +0000 (18:47 +0300)
src/HYDROPy/HYDROData_LandCoverMap.sip

index cd0ed5b8713d08b48da1641e5cd9668b51bbda1b..73e1c9d5c52e324184f589c98e247725e51f4c8f 100644 (file)
@@ -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& )];