Salome HOME
Fix computation height of isocel triangle with base equal zero : NaN
[tools/medcoupling.git] / src / MEDLoader / MEDLoaderBase.hxx
index db74927bc38771728940af26f6451847bcd5cca3..b26c87a16000f92116ef2b01d8eb7dcb81d3f754 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -30,7 +30,7 @@ class MEDLOADER_EXPORT MEDLoaderBase
 {
 public:
   static int getStatusOfFile(const std::string& fileName);
-  static char *buildEmptyString(int lgth);
+  static char *buildEmptyString(std::size_t lgth);
   static void getDirAndBaseName(const std::string& fullName, std::string& dirName, std::string& baseName);
   static std::string getPathSep();
   static std::string joinPath(const std::string& dirName, const std::string& baseName);