From: Anthony Geay Date: Wed, 10 Sep 2014 13:16:26 +0000 (+0200) Subject: Correct bug EDF#8655 PAL22677 X-Git-Tag: V7_5_0a1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=66b873ce0f613b5ab34b739a9e179d3f8b094cb0;p=modules%2Fmed.git Correct bug EDF#8655 PAL22677 --- diff --git a/src/MEDLoader/MEDFileFieldOverView.cxx b/src/MEDLoader/MEDFileFieldOverView.cxx index c3317e295..bd1ac3fa1 100644 --- a/src/MEDLoader/MEDFileFieldOverView.cxx +++ b/src/MEDLoader/MEDFileFieldOverView.cxx @@ -1756,7 +1756,7 @@ MEDFileField1TSStructItem2 MEDFileField1TSStructItem2::BuildAggregationOf(const } else { - arr->setName(NEWLY_CREATED_PFL_NAME); + arr->setName(arrs[0]->getName()); std::pair p(0,oldNbTuples); std::string a,b; MEDFileField1TSStructItem2 ret(gt,p,a,b);