Salome HOME
Intersec bug fix: when intersecting nodes are merged, they were not properly
[tools/medcoupling.git] / src / INTERP_KERNELTest / QuadraticPlanarInterpTest.hxx
index b5cb15293f30edee2105b4fac16d6a8e71a930ad..87b0ba653e27a42b3c817bf8b3c4bb6a76a0b56d 100644 (file)
@@ -110,6 +110,8 @@ namespace INTERP_TEST
     CPPUNIT_TEST( checkIsInOrOut );
     CPPUNIT_TEST( checkGetMiddleOfPoints );
     CPPUNIT_TEST( checkGetMiddleOfPointsOriented );
+    CPPUNIT_TEST( checkArcArcIntersection1 );
+
     CPPUNIT_TEST_SUITE_END();
   public:  
     void setUp();
@@ -202,6 +204,7 @@ namespace INTERP_TEST
     void checkIsInOrOut();
     void checkGetMiddleOfPoints();
     void checkGetMiddleOfPointsOriented();
+    void checkArcArcIntersection1();
 
   private:
     INTERP_KERNEL::QuadraticPolygon *buildQuadraticPolygonCoarseInfo(const double *coords, const int *conn, int lgth);