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=2d9edef3918e4826d137b84be084edd0dddb13fa;hpb=2c82da385bf3d7b6a045dfe7620d4b9bdc154fe6;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HomardMedCommun.cxx b/src/HOMARD_I/HomardMedCommun.cxx index 2d9edef3..732a519b 100644 --- a/src/HOMARD_I/HomardMedCommun.cxx +++ b/src/HOMARD_I/HomardMedCommun.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 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 @@ -46,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 @@ -153,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