From: apo Date: Fri, 22 Jul 2005 09:03:51 +0000 (+0000) Subject: Minor changes X-Git-Tag: BR-D5-38-2003_D2005-12-09~152 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e9e84fc71a5140a326e58252c405109522433acb;p=modules%2Fvisu.git Minor changes --- diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 7f9d742f..9a06c6b8 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -1150,12 +1150,13 @@ LoadGaussMesh(const MED::PWrapper& theMed, PMEDGauss aGauss = aGaussSubMesh->myGauss; MED::PGaussInfo aGaussInfo = aGauss->myGaussInfo; - PMEDSubProfile aSubProfile = aGaussSubMesh->mySubProfile; if(aGaussInfo){ MED::PCellInfo aCellInfo = theMed->GetPCellInfo(aMeshInfo, aMEntity, aMGeom); + + PMEDSubProfile aSubProfile = aGaussSubMesh->mySubProfile; TElemNum anElemNum = aSubProfile->mySubMeshID; MED::TGaussCoord aGaussCoord; @@ -1170,8 +1171,7 @@ LoadGaussMesh(const MED::PWrapper& theMed, INITMSG(MYDEBUG, "- aVGeom = "<