From: Anthony Geay Date: Mon, 6 Feb 2017 07:14:40 +0000 (+0100) Subject: Bug correction in parameters during building of adv Gauss info X-Git-Tag: SHAPER_2.7.0~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=588d259634c612b3bee3cdcc63ca3dfb58ea1185;p=modules%2Fparavis.git Bug correction in parameters during building of adv Gauss info --- diff --git a/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx b/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx index 9a0b3388..de204388 100644 --- a/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx +++ b/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.cxx @@ -136,7 +136,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();