Salome HOME
updated copyright message
[tools/medcoupling.git] / src / INTERP_KERNELTest / UnitTetraIntersectionBaryTest.hxx
index c17bfcc302156ba23a03e746ad0bd4b5fc4ce9be..f475a303baaaeecd04795355d5f481060a09fe89 100644 (file)
@@ -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();
   };
 }