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=7b22b6df4ede3355688034920f44e9fd5b70b952;hpb=2bbedbe8e77b831531fbdef0cb08223d32da1a99;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HomardMedCommun.cxx b/src/HOMARD_I/HomardMedCommun.cxx index 7b22b6df..732a519b 100644 --- a/src/HOMARD_I/HomardMedCommun.cxx +++ b/src/HOMARD_I/HomardMedCommun.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2013 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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