Salome HOME
Adding test of self intersecting quadratic mesh.
[tools/medcoupling.git] / src / INTERP_KERNELTest / QuadraticPlanarInterpTest5.cxx
index 3a1b63e24379589ee5a0e732d4b6a518e0e70702..1472341ad57e3a9581a34337e7e61e0c5edca40f 100644 (file)
@@ -1181,10 +1181,6 @@ void QuadraticPlanarInterpTest::checkIsInOrOut()
   coords[4] = (coords[0] + coords[2]) / 2.0;
   coords[5] = (coords[1] + coords[3]) / 2.0;
 
-/*  double r = 0.55495557248864675969;
-  coords[6] = coords[4];
-  coords[7] = coords[5] + r;*/
-
   int tab4[4]={ 0, 1, 2, 3};
   QuadraticPolygon *pol1=buildQuadraticPolygonCoarseInfo(coords,tab4,4);
   Node * n = new Node(0.3175267678416348, -0.4890996430954449);