X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FUnitTetra3D2DIntersectionTest.cxx;h=28a91f427e08383f79a6e5652cc7f44ee4c59a51;hb=b832b15337be013a56e0976170e5e235b89fcb03;hp=63f422778d6f2b58a428c8c49ff329090320a61b;hpb=8763c12d01e33d6845dd53be65b001514d00bd42;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/UnitTetra3D2DIntersectionTest.cxx b/src/INTERP_KERNELTest/UnitTetra3D2DIntersectionTest.cxx index 63f422778..28a91f427 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-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 @@ -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.,