From: abn Date: Tue, 26 Jan 2021 14:41:16 +0000 (+0100) Subject: Minor doc clarification following user feedback. X-Git-Tag: V9_7_0a1~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5bc8497965f7a9b4da6a1ce57c498f8398729d1c;p=tools%2Fmedcoupling.git Minor doc clarification following user feedback. --- diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index 63cfbcf1d..5a763c2ee 100755 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -766,9 +766,9 @@ MEDCouplingUMesh *MEDCouplingUMesh::buildDescendingConnectivity2(DataArrayIdType * \b WARNING this method do the assumption that connectivity lies on the coordinates set. * For speed reasons no check of this will be done. This method calls * MEDCouplingUMesh::buildDescendingConnectivity to compute the result. - * This method lists cell by cell in \b this which are its neighbors. To compute the result + * This method lists for every cell in \b this its neighbor \b cells. To compute the result * only connectivities are considered. - * The neighbor cells of cell having id 'cellId' are neighbors[neighborsIndx[cellId]:neighborsIndx[cellId+1]]. + * The neighbor cells of a given cell having id 'cellId' are neighbors[neighborsIndx[cellId]:neighborsIndx[cellId+1]]. * The format of return is hence \ref numbering-indirect. * * \param [out] neighbors is an array storing all the neighbors of all cells in \b this. This array is newly @@ -912,7 +912,7 @@ MCAuto MEDCouplingUMesh::explodeIntoEdges(MCAuto