From: Anthony Geay Date: Mon, 20 Feb 2017 08:01:35 +0000 (+0100) Subject: A little improvement X-Git-Tag: V8_3_0a2~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=035aeb375ec85cec427dd23e34de9dca2843dac5;p=tools%2Fmedcoupling.git A little improvement --- diff --git a/src/MEDLoader/MEDFileBlowStrEltUp.cxx b/src/MEDLoader/MEDFileBlowStrEltUp.cxx index 0d614de1d..ba577e4b6 100644 --- a/src/MEDLoader/MEDFileBlowStrEltUp.cxx +++ b/src/MEDLoader/MEDFileBlowStrEltUp.cxx @@ -849,7 +849,7 @@ MCAuto MEDFileBlowStrEltUp::splitFieldsPerLoc(const MEDFileFields for(int j=0;j<(*it)->getNumberOfFields();j++) { MCAuto fmts((*it)->getFieldAtPos(j)); - DealWithConflictNames(fmts,allZeOutFields); + //DealWithConflictNames(fmts,allZeOutFields);// uncomment to have a writable data structure allZeOutFields->pushField(fmts); } }