]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Warning hunting
authorageay <ageay>
Wed, 19 Dec 2012 16:00:47 +0000 (16:00 +0000)
committerageay <ageay>
Wed, 19 Dec 2012 16:00:47 +0000 (16:00 +0000)
src/MEDCoupling/MEDCouplingUMesh.cxx

index 6f05939cf41531649386f4aa6f9fb9c5fccf0fe4..d05f0a0110b1c91fbcdd4593281d61ea53716b48 100644 (file)
@@ -1951,8 +1951,6 @@ DataArrayInt *MEDCouplingUMesh::findCellIdsOnBoundary() const throw(INTERP_KERNE
   //
   MEDCouplingAutoRefCountObjectPtr<DataArrayInt> tmp=revDescIndx->deltaShiftIndex();
   MEDCouplingAutoRefCountObjectPtr<DataArrayInt> faceIds=tmp->getIdsEqual(1); tmp=(DataArrayInt*)0;
-  int nbOfFaces=faceIds->getNumberOfTuples();
-  const int *faces=faceIds->getConstPointer();
   const int *revDescPtr=revDesc->getConstPointer();
   const int *revDescIndxPtr=revDescIndx->getConstPointer();
   int nbOfCells=getNumberOfCells();