From d312ba903fe061b5310b40f29239ced66d1ff435 Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 11 Mar 2013 14:25:59 +0000 Subject: [PATCH] some docs --- src/MEDCoupling/MEDCouplingMesh.cxx | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2