Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Maillage.hxx
index 778728b6fed4012c2f9db2551e699a3b62c1572c..a383db29be3b6b02cefe9415ce8f48818bff2688 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  EDF R&D
+// Copyright (C) 2006-2020  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
@@ -75,7 +75,7 @@ namespace MESHCUT
       // Le numéro global du j-ième noeud de la maille de numéro global i est stocké à l'adresse
       //           CNX[tm]+t*(i-1)+(j-1)
       // (t = taille du type, i.e. nombre de noeuds de l'élément)
-      std::map<TYPE_MAILLE, int*> CNX; // ****** MED-OBLIGATOIRE ******
+      std::map<TYPE_MAILLE, med_int*> CNX; // ****** MED-OBLIGATOIRE ******
 
       // Enveloppes cubiques
       std::map<TYPE_MAILLE, float*> EC;
@@ -125,8 +125,7 @@ namespace MESHCUT
       void eliminationMailles(TYPE_MAILLE typeMaille, std::vector<int> listeMaillesSuppr);
 
       // acquisitionTYPE_inputMED appelée par inputMED
-      void
-          acquisitionTYPE_inputMED(TYPE_MAILLE TYPE, int nTYPE, med_idt fid, char maa[MED_NAME_SIZE + 1], med_int mdim);
+      void acquisitionTYPE_inputMED(TYPE_MAILLE TYPE, int nTYPE, med_idt fid, char maa[MED_NAME_SIZE + 1], med_int mdim);
 
       // void infoChamps(std::string type, med_entity_type MEM, med_geometry_type MGE, med_idt fid, char *maa,
       //                 char *nomChamp, med_field_type typeChamp, med_int nCompChamp, std::map<std::string, int> REFGAUSS);