X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FUnitTetra3D2DIntersectionTest.cxx;h=1437358606259cbadba864a02f1a3dba80e70477;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=63f422778d6f2b58a428c8c49ff329090320a61b;hpb=1123dccd6613b2e8abba35182759d5c4a11ecc8d;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/UnitTetra3D2DIntersectionTest.cxx b/src/INTERP_KERNELTest/UnitTetra3D2DIntersectionTest.cxx index 63f422778..143735860 100644 --- a/src/INTERP_KERNELTest/UnitTetra3D2DIntersectionTest.cxx +++ b/src/INTERP_KERNELTest/UnitTetra3D2DIntersectionTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 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 @@ -22,6 +22,7 @@ #include "TetraAffineTransform.hxx" #include "InterpolationUtils.hxx" #include "SplitterTetra.txx" +#include "MCIdType.hxx" #include @@ -31,13 +32,13 @@ namespace INTERP_TEST { struct __MESH_DUMMY { - typedef int MyConnType; + typedef mcIdType MyConnType; static const int MY_SPACEDIM=3; }; static SplitterTetra<__MESH_DUMMY>* buildSplitterTetra() { - const int conn[4] = { 0,1,2,3 }; + const mcIdType conn[4] = { 0,1,2,3 }; const double targetCoords[] = { -20., 0.,10., -20.,10.,10., @@ -53,7 +54,7 @@ namespace INTERP_TEST void UnitTetra3D2DIntersectionTest::test_UnitTetra3D2DIntersection_1() { - const int conn[4] = { 0,1,2 }; + const mcIdType conn[4] = { 0,1,2 }; const double sourceCoords[] = { -20., 0., 10., -12., 0., 10., @@ -98,7 +99,7 @@ namespace INTERP_TEST void UnitTetra3D2DIntersectionTest::test_UnitTetra3D2DIntersection_2() { - const int conn[4] = { 0,1,2,3 }; + const mcIdType conn[4] = { 0,1,2,3 }; const double sourceCoords[] = { -20., 0., 10., -12., 0., 10., @@ -144,7 +145,7 @@ namespace INTERP_TEST void UnitTetra3D2DIntersectionTest::test_UnitTetra3D2DIntersection_3() { - const int conn[4] = { 0,1,2 }; + const mcIdType conn[4] = { 0,1,2 }; const double sourceCoords[] = { -20., 0., 16., -18., 0., 16.,