]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Minor doc abn/crv_mesh_dim
authorabn <adrien.bruneton@cea.fr>
Mon, 26 Oct 2020 14:52:31 +0000 (15:52 +0100)
committerabn <adrien.bruneton@cea.fr>
Mon, 26 Oct 2020 14:52:31 +0000 (15:52 +0100)
src/MEDCoupling/MEDCouplingMemArray.txx

index a536810981ffd0428c786b6b4ac05e9437d19dcd..ace8fdfb9ac7d587e86e0c21ece338ecbde118e0 100755 (executable)
@@ -840,7 +840,7 @@ namespace MEDCoupling
   }
 
   /*!
-   * This method reserve nbOfElems elements in memory ( nbOfElems*8 bytes ) \b without impacting the number of tuples in \a this.
+   * This method reserve nbOfElems elements in memory ( nbOfElems*sizeof(T) ) \b without impacting the number of tuples in \a this.
    * If \a this has already been allocated, this method checks that \a this has only one component. If not an INTERP_KERNEL::Exception will be thrown.
    * If \a this has not already been allocated, number of components is set to one.
    * This method allows to reduce number of reallocations on invocation of DataArrayDouble::pushBackSilent and DataArrayDouble::pushBackValsSilent on \a this.