Salome HOME
updated copyright message
[modules/homard.git] / src / HOMARD_I / HomardMedCommun.cxx
index 2d9edef3918e4826d137b84be084edd0dddb13fa..eee282b66e310076f432bc77c269201ae8a54197 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2023  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -46,7 +46,7 @@ std::set<std::string> GetListeGroupesInMedFile(const char * aFile)
 {
   std::set<std::string> ListeGroupes;
   med_err erreur = 0 ;
-  med_int medIdt ;
+  med_idt medIdt ;
   while ( erreur == 0 )
   {
     //  Ouverture du fichier
@@ -153,7 +153,7 @@ std::vector<double> GetBoundingBoxInMedFile(const char * aFile)
 
   std::vector<double> LesExtremes;
   med_err erreur = 0 ;
-  med_int medIdt ;
+  med_idt medIdt ;
   while ( erreur == 0 )
   {
     //  Ouverture du fichier