From bda02839f481cb68998cf301c83a2657acccc519 Mon Sep 17 00:00:00 2001 From: ageay Date: Thu, 16 Feb 2012 13:38:16 +0000 Subject: [PATCH] Some docs. --- src/MEDCoupling/MEDCouplingMemArray.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 2.39.2