Salome HOME
Fixing wrong merge: second attempt.
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingBasicsTest5.py
index 1719e3488c34d290ef566997f0cf17330c24fcc5..5929051f46621d2ba1319cca9a4c203e80f1fb2c 100644 (file)
@@ -696,7 +696,7 @@ class MEDCouplingBasicsTest5(unittest.TestCase):
         self.assertRaises(InterpKernelException,m.buildUnstructured().splitProfilePerType,invalidPfl)
         ##
         pfl1=DataArrayInt([1,2,3])
-        a=m.getCellsContainingPointcheckTypeConsistencyAndContig([NORM_QUAD4,3,0],[pfl1])
+        a=m.checkTypeConsistencyAndContig([NORM_QUAD4,3,0],[pfl1])
         b=m.buildUnstructured().checkTypeConsistencyAndContig([NORM_QUAD4,3,0],[pfl1])
         self.assertTrue(a.isEqual(b) and pfl1.getHiddenCppPointer(),a.getHiddenCppPointer())
         #