From: ageay Date: Thu, 16 Feb 2012 13:38:16 +0000 (+0000) Subject: Some docs. X-Git-Tag: V6_main_FINAL~861 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bda02839f481cb68998cf301c83a2657acccc519;p=tools%2Fmedcoupling.git Some docs. --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index ae84cf0b4..b89826c64 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -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();