From: ageay Date: Wed, 22 Feb 2012 07:07:10 +0000 (+0000) Subject: A little doc for getCoords. X-Git-Tag: V6_main_FINAL~830 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=19b35eb7e4271f315deab769aaafe733c84eaa45;p=tools%2Fmedcoupling.git A little doc for getCoords. --- diff --git a/src/MEDLoader/MEDFileMesh.cxx b/src/MEDLoader/MEDFileMesh.cxx index 52d8bde4a..169644111 100644 --- a/src/MEDLoader/MEDFileMesh.cxx +++ b/src/MEDLoader/MEDFileMesh.cxx @@ -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 tmp(_coords);