Salome HOME
PV 5.4 : Porting to OpenGL2
[modules/paravis.git] / src / Plugins / MEDReader / IO / MEDFileFieldRepresentationTree.cxx
index 9a0b3388f6841ac3357efe7b2c1d50044b670f0d..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"
 
@@ -136,7 +135,7 @@ vtkIdTypeArray *ELGACmp::createNew(const MEDCoupling::MEDFileFieldGlobsReal *glo
       std::vector<double> gsCoods2(INTERP_KERNEL::GaussInfo::NormalizeCoordinatesIfNecessary(ct,dimLoc,loc.getGaussCoords()));
       std::vector<double> 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<nbMeshes;i++)