X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FUnitTetraIntersectionBaryTest.cxx;h=5c3b4c6b76e73132dbc4e8717b9a4dcc2935ce0a;hb=214cb0a3e23e084616ebf247642bfbc43811e26d;hp=0b1df04a08e60f0dff9adbf19536b4c424703138;hpb=4e3de127a60f9ffb63abae1d17ed01f3f6711fd2;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.cxx b/src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.cxx index 0b1df04a0..5c3b4c6b7 100644 --- a/src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.cxx +++ b/src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.cxx @@ -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 @@ -27,6 +27,7 @@ #include "TetraAffineTransform.hxx" #include "InterpolationUtils.hxx" #include "SplitterTetra.txx" +#include "MCIdType.hxx" #include @@ -271,7 +272,7 @@ namespace INTERP_TEST struct __MESH_DUMMY { - typedef int MyConnType; + typedef mcIdType MyConnType; }; void UnitTetraIntersectionBaryTest::test_UnitTetraIntersectionBary_13() @@ -288,7 +289,7 @@ namespace INTERP_TEST 75,150,75, 100,100,100}; - int conn[4] = { 0,1,2,3 }; + mcIdType conn[4] = { 0,1,2,3 }; const double* tnodes[4]={ T, T+3, T+6, T+9 }; const double* snodes[4]={ S, S+3, S+6, S+9 };