]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader
authoreap <eap@opencascade.com>
Fri, 5 Apr 2013 12:49:40 +0000 (12:49 +0000)
committereap <eap@opencascade.com>
Fri, 5 Apr 2013 12:49:40 +0000 (12:49 +0000)
  Fix a doxycomment

src/MEDCoupling/MEDCouplingUMesh.cxx

index cb1fa2ae7cd5ef3bcd217c7d6dc9b716da8911f1..53d270d73d1b0eb74cdb4a66260ff3b823f35c7e 100644 (file)
@@ -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.
  *