From 19b35eb7e4271f315deab769aaafe733c84eaa45 Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 22 Feb 2012 07:07:10 +0000 Subject: [PATCH] A little doc for getCoords. --- src/MEDLoader/MEDFileMesh.cxx | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.2