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: B4CMakeModifs~68 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5a51a394719878400c321fe982e71f88e5316367;p=modules%2Fmed.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".