From 3a83481cf75139db8cf95595f9e4c9b3e1737657 Mon Sep 17 00:00:00 2001 From: bruneton Date: Wed, 5 Jun 2013 14:28:04 +0000 Subject: [PATCH] DOC: minor: DataArrayDouble.findCommonTuples() is now using an infinite norm. --- src/MEDCoupling/MEDCouplingMemArray.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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". -- 2.39.2