Salome HOME
DOC: minor: DataArrayDouble.findCommonTuples() is now using an infinite norm.
authorbruneton <bruneton>
Wed, 5 Jun 2013 14:28:04 +0000 (14:28 +0000)
committerbruneton <bruneton>
Wed, 5 Jun 2013 14:28:04 +0000 (14:28 +0000)
src/MEDCoupling/MEDCouplingMemArray.cxx

index 4f34f59cbd26eb2475536e9a4a4e194d9afbd4da..bdcda80b3e194777bb35a1d0bdcfd08b2bb23e75 100644 (file)
@@ -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".