]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Fixing wrong merge: second attempt.
authorrnv <rnv@opencascade.com>
Wed, 31 May 2017 08:28:10 +0000 (11:28 +0300)
committerrnv <rnv@opencascade.com>
Wed, 31 May 2017 08:28:10 +0000 (11:28 +0300)
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())
         #