From: abn Date: Thu, 24 Nov 2016 08:55:46 +0000 (+0100) Subject: Minor doc: isIota() X-Git-Tag: V8_2_0rc1~3^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0173888010540c8c2f8a1d9ad9b2580704ffa73e;p=tools%2Fmedcoupling.git Minor doc: isIota() --- 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.