From: geay Date: Thu, 15 May 2014 06:16:41 +0000 (+0200) Subject: A small useful doc X-Git-Tag: V7_4_0rc1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b7f9e40c82460da7c0bdeb5c8039424760a722bb;p=modules%2Fmed.git A small useful doc --- diff --git a/src/MEDCoupling/MEDCoupling1GTUMesh.cxx b/src/MEDCoupling/MEDCoupling1GTUMesh.cxx index 971e31781..07a9d3b57 100644 --- a/src/MEDCoupling/MEDCoupling1GTUMesh.cxx +++ b/src/MEDCoupling/MEDCoupling1GTUMesh.cxx @@ -1674,6 +1674,8 @@ MEDCoupling1SGTUMesh *MEDCoupling1SGTUMesh::explodeEachHexa8To6Quad4() const * This method returns three objects : The cartesian mesh geometrically equivalent to \a this (within a precision of \a eps) and a permutation of cells * and a permutation of nodes. * + * - this[cellPerm[i]]=ret[i] + * * \param [out] cellPerm the permutation array of size \c this->getNumberOfCells() * \param [out] nodePerm the permutation array of size \c this->getNumberOfNodes() * \return MEDCouplingCMesh * - a newly allocated mesh that is the result of the structurization of \a this.