]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
A little improvement
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 20 Feb 2017 08:01:35 +0000 (09:01 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 20 Feb 2017 08:01:35 +0000 (09:01 +0100)
src/MEDLoader/MEDFileBlowStrEltUp.cxx

index 0d614de1d83d98c5cb94dc02054e4c5651ace396..ba577e4b66d99f85a293c034fff634eed2d71fb1 100644 (file)
@@ -849,7 +849,7 @@ MCAuto<MEDFileFields> MEDFileBlowStrEltUp::splitFieldsPerLoc(const MEDFileFields
       for(int j=0;j<(*it)->getNumberOfFields();j++)
         {
           MCAuto<MEDFileAnyTypeFieldMultiTS> fmts((*it)->getFieldAtPos(j));
-          DealWithConflictNames(fmts,allZeOutFields);
+          //DealWithConflictNames(fmts,allZeOutFields);// uncomment to have a writable data structure
           allZeOutFields->pushField(fmts);
         }
     }