]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Some docs.
authorageay <ageay>
Thu, 16 Feb 2012 13:38:16 +0000 (13:38 +0000)
committerageay <ageay>
Thu, 16 Feb 2012 13:38:16 +0000 (13:38 +0000)
src/MEDCoupling/MEDCouplingMemArray.cxx

index ae84cf0b49ab21520068526cc0cb9ef225252caf..b89826c64441e8cb16a4de4898d1bbd9800676bf 100644 (file)
@@ -1647,6 +1647,10 @@ DataArrayDouble *DataArrayDouble::applyFunc(int nbOfComp, FunctionToEvaluate fun
   return newArr;
 }
 
+/*!
+ * This method returns a newly allocated array the caller should deal with.
+ * The returned array will have 'nbOfComp' components (that can be different from this->getNumberOfComponents()) contrary to the other DataArrayDouble::applyFunc overload method.
+ */
 DataArrayDouble *DataArrayDouble::applyFunc(int nbOfComp, const char *func) const throw(INTERP_KERNEL::Exception)
 {
   checkAllocated();