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());
//
CPPUNIT_TEST( testDAICheckAndPreparePermutation1 );
CPPUNIT_TEST( testDAIChangeSurjectiveFormat1 );
CPPUNIT_TEST( testUMeshGetCellIdsLyingOnNodes1 );
- CPPUNIT_TEST( testUMeshFindCellsIdsOnBoundary1 );
+ CPPUNIT_TEST( testUMeshFindCellIdsOnBoundary1 );
CPPUNIT_TEST( testMeshSetTime1 );
CPPUNIT_TEST( testApplyFuncTwo1 );
CPPUNIT_TEST( testApplyFuncThree1 );
void testDAICheckAndPreparePermutation1();
void testDAIChangeSurjectiveFormat1();
void testUMeshGetCellIdsLyingOnNodes1();
- void testUMeshFindCellsIdsOnBoundary1();
+ void testUMeshFindCellIdsOnBoundary1();
void testMeshSetTime1();
void testApplyFuncTwo1();
void testApplyFuncThree1();