X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingUMesh.cxx;h=c22552bae39dff82cae00b8db7b5903495102537;hb=8f2a28585bcf231a8f976f36b7fb1d2eed8801c2;hp=14c2e2b19cc8d12e6d446545cb226e629ff71785;hpb=f7fdff591a1830181499ba95e16ef25eb43e0140;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index 14c2e2b19..c22552bae 100755 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -1797,7 +1797,7 @@ void MEDCouplingUMesh::FindCommonCellsAlg(int compType, mcIdType startCellId, co { mcIdType newPos(commonCells->getNumberOfTuples()); mcIdType pos(commonCellsI->back()); - std::sort(commonCells->getPointer()+pos,commonCells->getPointer()+newPos); + std::sort(commonCells->getPointerSilent()+pos,commonCells->getPointerSilent()+newPos); commonCellsI->pushBackSilent(newPos); for(const mcIdType *it=commonCells->begin()+pos;it!=commonCells->end();it++) isFetched[*it]=true;