From 0173888010540c8c2f8a1d9ad9b2580704ffa73e Mon Sep 17 00:00:00 2001 From: abn Date: Thu, 24 Nov 2016 09:55:46 +0100 Subject: [PATCH] Minor doc: isIota() --- src/MEDCoupling/MEDCouplingMemArray.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index 194cdccf4..c70eba32e 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -5814,9 +5814,10 @@ DataArrayInt *DataArrayInt::buildPermArrPerLevel() const } /*! - * Checks if contents of \a this array are equal to that of an array filled with + * Checks if \a this array has the given size, and if its contents is equal to an array filled with * iota(). This method is particularly useful for DataArrayInt instances that represent - * a renumbering array to check the real need in renumbering. This method checks than \a this can be considered as an identity function + * a renumbering array, to check if there is a real need in renumbering. + * This method checks than \a this can be considered as an identity mapping * of a set having \a sizeExpected elements into itself. * * \param [in] sizeExpected - The number of elements expected. -- 2.39.2