]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
More standart code
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 10 Feb 2017 15:11:46 +0000 (16:11 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 10 Feb 2017 15:11:46 +0000 (16:11 +0100)
src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx

index de204388dda9a28eecf5957f83dfca74e48d9505..d87827ac17478b2e3e508c24d7c5623c31aed991 100644 (file)
@@ -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<nbMeshes;i++)