]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Minor doc: isIota()
authorabn <adrien.bruneton@cea.fr>
Thu, 24 Nov 2016 08:55:46 +0000 (09:55 +0100)
committerabn <adrien.bruneton@cea.fr>
Thu, 24 Nov 2016 08:55:46 +0000 (09:55 +0100)
src/MEDCoupling/MEDCouplingMemArray.cxx

index 194cdccf4dc382df760b3f55f1ce0ce6e3c0fabb..c70eba32ec646ee8250d64ad6ffb37e3f58b3041 100644 (file)
@@ -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.