Salome HOME
updated copyright message
[tools/medcoupling.git] / src / INTERP_KERNELTest / ThreeDSurfProjectionTest.cxx
index 2b0443eb22348d4622b13910f67e2024ba60a65f..a4e79ad8f1f37a006c5c6ab7f89d146c8cdbfade 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2007-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
@@ -19,6 +19,7 @@
 
 #include "ThreeDSurfProjectionTest.hxx"
 #include "PlanarIntersector.txx"
+#include "MCIdType.hxx"
 
 class MyMeshType
 {
@@ -26,7 +27,7 @@ public:
   static const int MY_SPACEDIM=3;
   static const int MY_MESHDIM=3;
   static const INTERP_KERNEL::NumberingPolicy My_numPol=INTERP_KERNEL::ALL_C_MODE;
-  typedef int MyConnType;
+  typedef mcIdType MyConnType;
 };
 
 class MyMatrixType