From 084535df33c80119cc0afabe5a2d4509f4bdf8de Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 5 Apr 2013 12:49:40 +0000 Subject: [PATCH] 0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader Fix a doxycomment --- src/MEDCoupling/MEDCouplingUMesh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.39.2