]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
API modification of MEDCouplingUMesh::findCellsIdsOnBoundary
authorageay <ageay>
Thu, 21 Jun 2012 12:07:00 +0000 (12:07 +0000)
committerageay <ageay>
Thu, 21 Jun 2012 12:07:00 +0000 (12:07 +0000)
src/MEDCoupling/Test/MEDCouplingBasicsTest4.cxx
src/MEDCoupling/Test/MEDCouplingBasicsTest4.hxx

index be97db389b240d60adda3b2eaa98407f3fd13094..4c5256e548cd1e3a9e81b1ebdce761492fc9eff3 100644 (file)
@@ -233,10 +233,10 @@ void MEDCouplingBasicsTest4::testUMeshGetCellIdsLyingOnNodes1()
   m->decrRef();
 }
 
-void MEDCouplingBasicsTest4::testUMeshFindCellsIdsOnBoundary1()
+void MEDCouplingBasicsTest4::testUMeshFindCellIdsOnBoundary1()
 {
   MEDCouplingUMesh *m=build3DSurfTargetMesh_1();
-  DataArrayInt *da5=m->findCellsIdsOnBoundary();
+  DataArrayInt *da5=m->findCellIdsOnBoundary();
   CPPUNIT_ASSERT_EQUAL(5,da5->getNumberOfTuples());
   CPPUNIT_ASSERT(da5->isIdentity());
   //
index e8ad9fcbcbe9725cb2edb74b3a5e877353b76c68..f1eb2c0c7a77aba85a3653d43f5d63896b862c62 100644 (file)
@@ -41,7 +41,7 @@ namespace ParaMEDMEM
     CPPUNIT_TEST( testDAICheckAndPreparePermutation1 );
     CPPUNIT_TEST( testDAIChangeSurjectiveFormat1 );
     CPPUNIT_TEST( testUMeshGetCellIdsLyingOnNodes1 );
-    CPPUNIT_TEST( testUMeshFindCellsIdsOnBoundary1 );
+    CPPUNIT_TEST( testUMeshFindCellIdsOnBoundary1 );
     CPPUNIT_TEST( testMeshSetTime1 );
     CPPUNIT_TEST( testApplyFuncTwo1 );
     CPPUNIT_TEST( testApplyFuncThree1 );
@@ -101,7 +101,7 @@ namespace ParaMEDMEM
     void testDAICheckAndPreparePermutation1();
     void testDAIChangeSurjectiveFormat1();
     void testUMeshGetCellIdsLyingOnNodes1();
-    void testUMeshFindCellsIdsOnBoundary1();
+    void testUMeshFindCellIdsOnBoundary1();
     void testMeshSetTime1();
     void testApplyFuncTwo1();
     void testApplyFuncThree1();