From: eap Date: Fri, 5 Apr 2013 12:49:40 +0000 (+0000) Subject: 0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader X-Git-Tag: V6_main_FINAL~193 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=084535df33c80119cc0afabe5a2d4509f4bdf8de;p=tools%2Fmedcoupling.git 0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader Fix a doxycomment --- diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index cb1fa2ae7..53d270d73 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -2592,7 +2592,7 @@ void MEDCouplingUMesh::renumberNodes(const int *newNodeNumbers, int newNbOfNodes * this->getNumberOfNodes(), in "Old to New" mode. * See \ref MEDCouplingArrayRenumbering for more info on renumbering modes. * \param [in] newNbOfNodes - number of nodes remaining after renumbering, which is - * actually the maximal id in \a newNodeNumbers. + * actually one more than the maximal id in \a newNodeNumbers. * \throw If the coordinates array is not set. * \throw If the nodal connectivity of cells is not defined. *