]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Some doc errors correction.
authorageay <ageay>
Fri, 22 Apr 2011 10:07:58 +0000 (10:07 +0000)
committerageay <ageay>
Fri, 22 Apr 2011 10:07:58 +0000 (10:07 +0000)
src/MEDCoupling/MEDCouplingPointSet.cxx
src/MEDCoupling/MEDCouplingUMesh.cxx

index 455234bc086b9eea0315e1d0773580ea906d9649..117cfde6cd3eb0b2b2290a9ceeaca9d7b777f852 100644 (file)
@@ -818,6 +818,7 @@ MEDCouplingMesh *MEDCouplingPointSet::buildPart(const int *start, const int *end
  * behind returned mesh. This cause an overhead but it is lesser in memory.
  * This method returns an array too. This array allows to the caller to know the mapping between nodeids in 'this' and nodeids in 
  * returned mesh. This is quite usefull for MEDCouplingFieldDouble on nodes for example...
+ * 'arr' is in old2New format of size ret->getNumberOfCells like MEDCouplingUMesh::zipCoordsTraducer is.
  * The returned mesh has to be managed by the caller.
  */
 MEDCouplingMesh *MEDCouplingPointSet::buildPartAndReduceNodes(const int *start, const int *end, DataArrayInt*& arr) const
index a0cfacd9f6e2a5692854bbe2d8fa336dd7764fc6..4460b2cf81414ce0fb8516f25fa0a090dddc356f 100644 (file)
@@ -722,7 +722,7 @@ void MEDCouplingUMesh::unPolyze()
 }
 
 /*!
- * Array returned is the correspondance new to old.
+ * Array returned is the correspondance old to new.
  * The maximum value stored in returned array is the number of nodes of 'this' minus 1 after call of this method.
  * The size of returned array is the number of nodes of the old (previous to the call of this method) number of nodes.
  * -1 values in returned array means that the corresponding old node is no more used.