From a4cce07540e25e94587928474a3f7fa3c16a4b5b Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 19 Dec 2012 16:00:47 +0000 Subject: [PATCH] Warning hunting --- src/MEDCoupling/MEDCouplingUMesh.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index 6f05939cf..d05f0a011 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -1951,8 +1951,6 @@ DataArrayInt *MEDCouplingUMesh::findCellIdsOnBoundary() const throw(INTERP_KERNE // MEDCouplingAutoRefCountObjectPtr tmp=revDescIndx->deltaShiftIndex(); MEDCouplingAutoRefCountObjectPtr 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(); -- 2.39.2