]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Correct bug EDF#8655 PAL22677
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 10 Sep 2014 13:16:26 +0000 (15:16 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 10 Sep 2014 13:16:26 +0000 (15:16 +0200)
src/MEDLoader/MEDFileFieldOverView.cxx

index c3317e2954eb633f3da6e115d2324aa694ed6e81..bd1ac3fa1f5d5a5943d55b8146c8c81bdc66294d 100644 (file)
@@ -1756,7 +1756,7 @@ MEDFileField1TSStructItem2 MEDFileField1TSStructItem2::BuildAggregationOf(const
     }
   else
     {
-      arr->setName(NEWLY_CREATED_PFL_NAME);
+      arr->setName(arrs[0]->getName());
       std::pair<int,int> p(0,oldNbTuples);
       std::string a,b;
       MEDFileField1TSStructItem2 ret(gt,p,a,b);