Salome HOME
MEDCouplingUMesh.tessellate2D - only one entry point now.
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingBasicsTest3.py
index 30cbabe015f0798dd75c6dd4e58c2d52e8281229..4e015d9582fa16f56b2cc4ce18c2d5eb9e3a3bce 100644 (file)
@@ -2505,7 +2505,7 @@ class MEDCouplingBasicsTest3(unittest.TestCase):
         m1.setCoords(myCoords)
         
         m2 = m1.deepCpy()
-        m2.tessellate2DCurve(0.1)
+        m2.tessellate2D(0.1)
         # If the following raises, the test will fail automatically:
         m2.checkCoherency1(0.0) # eps param not used