]> SALOME platform Git repositories - tools/libbatch.git/blobdiff - src/OAR/BatchManager_OAR.hxx
Salome HOME
Fix bug with WallTime in OAR (minutes instead of seconds)
[tools/libbatch.git] / src / OAR / BatchManager_OAR.hxx
index eef325bcb3400585410556e8acdf47f55272b816..482a4e562127a7e3e2b90dee215917c7c8ab264a 100644 (file)
@@ -56,7 +56,7 @@ namespace Batch
 
                protected:
                        std::string buildBatchScript(const Job & job);
-                       const std::string convertSecTo_H_M_S(const long seconds);
+                       std::string convertSecTo_H_M_S(long seconds) const;
 
 #ifdef SWIG
                public: