X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FIO%2FMEDFileFieldRepresentationTree.cxx;h=d87827ac17478b2e3e508c24d7c5623c31aed991;hb=4ab5dda497ba014354de12bc85562e314c73c62c;hp=9a0b3388f6841ac3357efe7b2c1d50044b670f0d;hpb=8eee5f83695054c724ce15d311157a02290c340e;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx b/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx index 9a0b3388..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" @@ -136,7 +135,7 @@ vtkIdTypeArray *ELGACmp::createNew(const MEDCoupling::MEDFileFieldGlobsReal *glo std::vector gsCoods2(INTERP_KERNEL::GaussInfo::NormalizeCoordinatesIfNecessary(ct,dimLoc,loc.getGaussCoords())); std::vector refCoods2(INTERP_KERNEL::GaussInfo::NormalizeCoordinatesIfNecessary(ct,dimLoc,loc.getRefCoords())); if(internalInfo) - internalInfo->pushGaussAdditionnalInfo(vtkType,dimLoc,gsCoods2,refCoods2); + internalInfo->pushGaussAdditionnalInfo(vtkType,dimLoc,refCoods2,gsCoods2); double *shape(new double[nbPtsPerCell*nbGaussPt]); INTERP_KERNEL::GaussInfo calculator(ct,gsCoods2,nbGaussPt,refCoods2,nbPtsPerCell); calculator.initLocalInfo(); @@ -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