X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FUnitTetraIntersectionBaryTest.hxx;h=f475a303baaaeecd04795355d5f481060a09fe89;hb=214cb0a3e23e084616ebf247642bfbc43811e26d;hp=c17bfcc302156ba23a03e746ad0bd4b5fc4ce9be;hpb=10f37bf6f33a762626d7f1093b2f5450c1688667;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.hxx b/src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.hxx index c17bfcc30..f475a303b 100644 --- a/src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.hxx +++ b/src/INTERP_KERNELTest/UnitTetraIntersectionBaryTest.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -52,6 +52,8 @@ namespace INTERP_TEST CPPUNIT_TEST( test_UnitTetraIntersectionBary_11 ); CPPUNIT_TEST( test_TetraAffineTransform_reverseApply ); CPPUNIT_TEST( test_barycentric_coords ); + CPPUNIT_TEST( test_cuboid_mapped_coords_3D ); + CPPUNIT_TEST( test_quad_mapped_coords_2D ); CPPUNIT_TEST_SUITE_END(); public: void test_UnitTetraIntersectionBary_1(); @@ -69,6 +71,8 @@ namespace INTERP_TEST void test_UnitTetraIntersectionBary_13(); void test_TetraAffineTransform_reverseApply(); void test_barycentric_coords(); + void test_cuboid_mapped_coords_3D(); + void test_quad_mapped_coords_2D(); }; }