]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
A little doc for getCoords.
authorageay <ageay>
Wed, 22 Feb 2012 07:07:10 +0000 (07:07 +0000)
committerageay <ageay>
Wed, 22 Feb 2012 07:07:10 +0000 (07:07 +0000)
src/MEDLoader/MEDFileMesh.cxx

index 52d8bde4a7ae8f69e104be8d509b1d18ba327bf0..169644111e641d61691348a72851f624b95228df 100644 (file)
@@ -1296,6 +1296,9 @@ const DataArrayInt *MEDFileUMesh::getRevNumberFieldAtLevel(int meshDimRelToMaxEx
   return l1->getRevNumberField();
 }
 
+/*!
+ * This method returns coordinates in 'this'. The returned array reference counter is \b not incremented by this method (as MEDCouplingPointSet::getCoords does).
+ */
 DataArrayDouble *MEDFileUMesh::getCoords() const
 {
   MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> tmp(_coords);