From: ageay Date: Mon, 11 Mar 2013 14:25:59 +0000 (+0000) Subject: some docs X-Git-Tag: V6_main_FINAL~307 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d312ba903fe061b5310b40f29239ced66d1ff435;p=tools%2Fmedcoupling.git some docs --- diff --git a/src/MEDCoupling/MEDCouplingMesh.cxx b/src/MEDCoupling/MEDCouplingMesh.cxx index 38e09721d..0f39cdfb5 100644 --- a/src/MEDCoupling/MEDCouplingMesh.cxx +++ b/src/MEDCoupling/MEDCouplingMesh.cxx @@ -110,6 +110,7 @@ bool MEDCouplingMesh::isEqual(const MEDCouplingMesh *other, double prec) const t * This method checks geo equivalence between two meshes : 'this' and 'other'. * If no exception is throw 'this' and 'other' are geometrically equivalent regarding 'levOfCheck' level. * This method is typically used to change the mesh of a field "safely" depending the 'levOfCheck' level considered. + * So in case of success cell \c other[i] is equal to cell \c this[cellCor[i]]. If \a cellCor is null it means that for all i cell \c other[i] is equal to cell \c this[i]. * * @param levOfCheck input that specifies the level of check specified. The possible values are listed below. * @param prec input that specifies precision for double float data used for comparison in meshes.