From: Anthony Geay Date: Mon, 2 Aug 2021 09:28:51 +0000 (+0200) Subject: A l'aggregation on indique que l instance generee est decouplee de toute lecture... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=776515cdffeb57dedd202a6d2a8690d8c1de9fb1;p=tools%2Fmedcoupling.git A l'aggregation on indique que l instance generee est decouplee de toute lecture de fichier --- diff --git a/src/MEDLoader/MEDFileField.txx b/src/MEDLoader/MEDFileField.txx index 27af13f7f..5c34ec86d 100644 --- a/src/MEDLoader/MEDFileField.txx +++ b/src/MEDLoader/MEDFileField.txx @@ -197,6 +197,8 @@ namespace MEDCoupling _arr->setContigPartOfSelectedValuesSlice(start,zeArr,(*it).second.first,(*it).second.second,1); start+=(*it).second.second-(*it).second.first; } + // see definition of _nb_of_tuples_to_be_allocated. array is built from scratch and allocated. + _nb_of_tuples_to_be_allocated=-3; } template