]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Thanks MSBUILD for spoting this inconsistency ...
authorabn <adrien.bruneton@cea.fr>
Fri, 25 Sep 2020 15:25:22 +0000 (17:25 +0200)
committerabn <adrien.bruneton@cea.fr>
Fri, 25 Sep 2020 15:25:22 +0000 (17:25 +0200)
src/MEDLoader/MEDFileJoint.cxx

index 2736504bf60165aaee7984b3a9f2921a6e9aca81..903fd08bee060def6ff4e49e42d79af8f4bd4af4 100644 (file)
@@ -27,9 +27,9 @@
 #include "InterpKernelAutoPtr.hxx"
 
 // From MEDLOader.cxx TU
-extern const med_geometry_type                 typmai[MED_N_CELL_FIXED_GEO];
-extern const INTERP_KERNEL::NormalizedCellType typmai2[MED_N_CELL_FIXED_GEO];
-extern const med_geometry_type                 typmai3[INTERP_KERNEL::NORM_MAXTYPE];
+extern med_geometry_type                 typmai[MED_N_CELL_FIXED_GEO];
+extern INTERP_KERNEL::NormalizedCellType typmai2[MED_N_CELL_FIXED_GEO];
+extern med_geometry_type                 typmai3[INTERP_KERNEL::NORM_MAXTYPE];
 
 using namespace MEDCoupling;