From 035aeb375ec85cec427dd23e34de9dca2843dac5 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Mon, 20 Feb 2017 09:01:35 +0100 Subject: [PATCH] A little improvement --- src/MEDLoader/MEDFileBlowStrEltUp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.39.2