From e9e84fc71a5140a326e58252c405109522433acb Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 22 Jul 2005 09:03:51 +0000 Subject: [PATCH] Minor changes --- src/CONVERTOR/VISU_MedConvertor.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 = "<