From: eap Date: Fri, 15 Mar 2013 13:19:24 +0000 (+0000) Subject: 0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader X-Git-Tag: V6_main_FINAL~281 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a41e60482b5d7dada4c4c524354c2805b37d2ae4;p=tools%2Fmedcoupling.git 0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader minor changes --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index 1e87420cc..186cf2873 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -1678,7 +1678,6 @@ void DataArrayDouble::meldWith(const DataArrayDouble *other) throw(INTERP_KERNEL * [ \a commIndex[1], \a commIndex[2] ). \a commIndex->getNumberOfTuples()-1 * gives the number of groups of coincident tuples. * \throw If \a this is not allocated. - * \throw If \a this and \a other arrays have different number of tuples. * \throw If the number of components is not in [1,2,3]. * * \ref cpp_mcdataarraydouble_findcommontuples "Here is a C++ example". @@ -5559,9 +5558,8 @@ DataArrayInt *DataArrayInt::transformWithIndArrR(const int *indArrBg, const int * The caller is to delete this result array using decrRef() as it is no more * needed. * - * \ref cpp_mcdataarrayint_invertarrayo2n2n2o "Here is a C++ example". - * - * \ref py_mcdataarrayint_invertarrayo2n2n2o "Here is a Python example". + * \ref cpp_mcdataarrayint_invertarrayo2n2n2o "Here is a C++ example".
+ * \ref py_mcdataarrayint_invertarrayo2n2n2o "Here is a Python example". */ DataArrayInt *DataArrayInt::invertArrayO2N2N2O(int newNbOfElem) const {