]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Bug correction in parameters during building of adv Gauss info
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 6 Feb 2017 07:14:40 +0000 (08:14 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 6 Feb 2017 07:14:40 +0000 (08:14 +0100)
src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx

index 9a0b3388f6841ac3357efe7b2c1d50044b670f0d..de204388dda9a28eecf5957f83dfca74e48d9505 100644 (file)
@@ -136,7 +136,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();