X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD_I%2FHomardMedCommun.cxx;h=eee282b66e310076f432bc77c269201ae8a54197;hb=5b1d82dd069b1e815985e542a500cc67f3fdfc82;hp=2d9edef3918e4826d137b84be084edd0dddb13fa;hpb=2c82da385bf3d7b6a045dfe7620d4b9bdc154fe6;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HomardMedCommun.cxx b/src/HOMARD_I/HomardMedCommun.cxx index 2d9edef3..eee282b6 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-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 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