]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
some docs
authorageay <ageay>
Mon, 11 Mar 2013 14:25:59 +0000 (14:25 +0000)
committerageay <ageay>
Mon, 11 Mar 2013 14:25:59 +0000 (14:25 +0000)
src/MEDCoupling/MEDCouplingMesh.cxx

index 38e09721d8737f6f50f849362a86c4c2d1de35aa..0f39cdfb582a4ff21b22155dc70bab01a84f68c6 100644 (file)
@@ -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.