From: bruneton Date: Wed, 5 Jun 2013 14:28:04 +0000 (+0000) Subject: DOC: minor: DataArrayDouble.findCommonTuples() is now using an infinite norm. X-Git-Tag: V7_3_1b1~425 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a83481cf75139db8cf95595f9e4c9b3e1737657;p=tools%2Fmedcoupling.git DOC: minor: DataArrayDouble.findCommonTuples() is now using an infinite norm. --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index 4f34f59cb..bdcda80b3 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -1732,7 +1732,7 @@ void DataArrayDouble::meldWith(const DataArrayDouble *other) throw(INTERP_KERNEL /*! * Searches for tuples coincident within \a prec tolerance. Each tuple is considered * as coordinates of a point in getNumberOfComponents()-dimensional space. The - * distance is computed using norm2. + * distance separating two points is computed with the infinite norm. * * Indices of coincident tuples are stored in output arrays. * A pair of arrays (\a comm, \a commIndex) is called "Surjective Format 2".