]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Mon, 14 Feb 2011 10:13:32 +0000 (10:13 +0000)
committerageay <ageay>
Mon, 14 Feb 2011 10:13:32 +0000 (10:13 +0000)
src/MEDCoupling/MEDCouplingPointSet.cxx

index 949ea56fc78b5ece57166c13d98ace26c45e0d45..329377252449634d8e2e87b3541301f4f0578acb 100644 (file)
@@ -226,7 +226,7 @@ std::vector<int> MEDCouplingPointSet::getNodeIdsNearPoint(const double *pos, dou
 
 /*!
  * Given a point given by its position 'pos' this method finds the set of node ids that are a a distance lower than eps.
- * Position 'pos' is expected to be of size getSpaceDimension(). If not the behabiour is not warranted.
+ * Position 'pos' is expected to be of size getSpaceDimension()*nbOfNodes. If not the behabiour is not warranted.
  * This method throws an exception if no coordiantes are set.
  */
 void MEDCouplingPointSet::getNodeIdsNearPoints(const double *pos, int nbOfNodes, double eps, std::vector<int>& c, std::vector<int>& cI) const throw(INTERP_KERNEL::Exception)