From: Anthony Geay Date: Fri, 10 Feb 2017 15:11:46 +0000 (+0100) Subject: More standart code X-Git-Tag: SHAPER_2.7.0~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0aca9e62c928f151af43789b5fd908a774758922;p=modules%2Fparavis.git More standart code --- diff --git a/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx b/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx index de204388..d87827ac 100644 --- a/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx +++ b/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx @@ -25,7 +25,6 @@ #include "MEDCouplingFieldDiscretization.hxx" #include "MEDCouplingFieldDouble.hxx" #include "InterpKernelGaussCoords.hxx" -#include "MEDFileBlowStrEltUp.hxx" #include "MEDFileData.hxx" #include "SauvReader.hxx" @@ -1244,7 +1243,7 @@ void MEDFileFieldRepresentationTree::loadMainStructureOfFile(const char *fileNam if(ms->presenceOfStructureElements()) {// pre traitement fields->loadArrays(); - MEDFileBlowStrEltUp::DealWithSE(fields,ms,mse); + fields->blowUpSE(ms,mse); } int nbMeshes(ms->getNumberOfMeshes()); for(int i=0;i