Salome HOME
Updated copyright comment
[tools/medcoupling.git] / src / INTERP_KERNELTest / MeshTestToolkit.hxx
index 39ab79a98d20a0a710e9012988a56deb0df8e3d2..73a5c57de5ee3a8883389fb3e6a340d99553f6d6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2007-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
@@ -29,7 +29,7 @@
 
 #define ERR_TOL 1.0e-8
 
-typedef std::vector<std::map<int,double> > IntersectionMatrix;
+typedef std::vector<std::map<mcIdType,double> > IntersectionMatrix;
 
 namespace INTERP_KERNEL
 {