X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD_I%2FHomardMedCommun.cxx;h=732a519b374f2fca8ebd5e61f22d1a0a4fd8393c;hb=refs%2Ftags%2FV9_13_0b1;hp=e37ddffdac4bdffe779132bde1752e83a0ced9ba;hpb=ecf108fd059964209a0148e0e7724cd175f6709f;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HomardMedCommun.cxx b/src/HOMARD_I/HomardMedCommun.cxx index e37ddffd..732a519b 100644 --- a/src/HOMARD_I/HomardMedCommun.cxx +++ b/src/HOMARD_I/HomardMedCommun.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2014 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -25,10 +25,7 @@ #include #include -extern "C" -{ #include -} #include "utilities.h" // ======================================================================= @@ -49,7 +46,7 @@ std::set GetListeGroupesInMedFile(const char * aFile) { std::set ListeGroupes; med_err erreur = 0 ; - med_int medIdt ; + med_idt medIdt ; while ( erreur == 0 ) { // Ouverture du fichier @@ -156,7 +153,7 @@ std::vector GetBoundingBoxInMedFile(const char * aFile) std::vector LesExtremes; med_err erreur = 0 ; - med_int medIdt ; + med_idt medIdt ; while ( erreur == 0 ) { // Ouverture du fichier