From: ageay Date: Mon, 11 Apr 2011 13:43:49 +0000 (+0000) Subject: Warning suppressions. X-Git-Tag: V6_main_FINAL~1024 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=458471f09de744d37940e532ba91aff247aaeb25;p=tools%2Fmedcoupling.git Warning suppressions. --- diff --git a/src/ParaMEDMEM/OverlapMapping.cxx b/src/ParaMEDMEM/OverlapMapping.cxx index dfc078c0e..b02da9f13 100644 --- a/src/ParaMEDMEM/OverlapMapping.cxx +++ b/src/ParaMEDMEM/OverlapMapping.cxx @@ -62,7 +62,6 @@ void OverlapMapping::keepTracksOfTargetIds(int procId, DataArrayInt *ids) */ void OverlapMapping::addContributionST(const std::vector< std::map >& matrixST, const DataArrayInt *srcIds, int srcProcId, const DataArrayInt *trgIds, int trgProcId) { - int nbOfRows=matrixST.size(); _matrixes_st.push_back(matrixST); _source_proc_id_st.push_back(srcProcId); _target_proc_id_st.push_back(trgProcId); @@ -185,8 +184,6 @@ void OverlapMapping::computeDenoGlobConstraint() void OverlapMapping::computeDenoConservativeVolumic(int nbOfTuplesTrg) { CommInterface commInterface=_group.getCommInterface(); - const MPIProcessorGroup *group=static_cast(&_group); - const MPI_Comm *comm=group->getComm(); int myProcId=_group.myRank(); // _the_deno_st.clear(); @@ -629,9 +626,6 @@ void OverlapMapping::transposeMultiply(const MEDCouplingFieldDouble *fieldInput, void OverlapMapping::updateZipSourceIdsForFuture() { CommInterface commInterface=_group.getCommInterface(); - const MPIProcessorGroup *group=static_cast(&_group); - const MPI_Comm *comm=group->getComm(); - int grpSize=_group.size(); int myProcId=_group.myRank(); int nbOfMatrixRecveived=_the_matrix_st_source_proc_id.size(); for(int i=0;i