From aa3089dda6029c9d53607fbb19e1b57f6edbde2f Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 14 Feb 2011 10:13:32 +0000 Subject: [PATCH] *** empty log message *** --- src/MEDCoupling/MEDCouplingPointSet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDCoupling/MEDCouplingPointSet.cxx b/src/MEDCoupling/MEDCouplingPointSet.cxx index 949ea56fc..329377252 100644 --- a/src/MEDCoupling/MEDCouplingPointSet.cxx +++ b/src/MEDCoupling/MEDCouplingPointSet.cxx @@ -226,7 +226,7 @@ std::vector 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& c, std::vector& cI) const throw(INTERP_KERNEL::Exception) -- 2.39.2