Salome HOME
updated copyright message
[modules/homard.git] / src / HOMARD_I / HomardMedCommun.cxx
index e37ddffdac4bdffe779132bde1752e83a0ced9ba..eee282b66e310076f432bc77c269201ae8a54197 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2014  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
 #include <cstring>
 #include <algorithm>
 
-extern "C"
-{
 #include <med.h>
-}
 
 #include "utilities.h"
 // =======================================================================
@@ -49,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
@@ -156,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