From 718e0c38dc883fd0cf3d7e7ae713708a645321d9 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 31 Aug 2005 07:12:20 +0000 Subject: [PATCH] Minor changes --- src/CONVERTOR/VISU_MedConvertor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 2a25db1f..eaae6fdf 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -1115,7 +1115,7 @@ VISU_MedConvertor MED::PPolygoneInfo aPolygoneInfo = theMed->GetPPolygoneInfo(aMeshInfo,aMEntity,aMGeom); TInt aNbElem = aPolygoneInfo->GetNbElem(); if(aNbElem > 0){ - PSubMeshImpl aSubMesh = aGeom2SubMesh[VTK_VERTEX]; + PSubMeshImpl aSubMesh = aGeom2SubMesh[aVGeom]; TCell2Connect& aCell2Connect = aSubMesh->myCell2Connect; aCell2Connect.resize(aNbElem); @@ -1135,7 +1135,7 @@ VISU_MedConvertor TInt aNbElem = aPolyedreInfo->GetNbElem(); if(aNbElem > 0){ - PSubMeshImpl aSubMesh = aGeom2SubMesh[VTK_VERTEX]; + PSubMeshImpl aSubMesh = aGeom2SubMesh[aVGeom]; TCell2Connect& aCell2Connect = aSubMesh->myCell2Connect; aCell2Connect.resize(aNbElem); -- 2.39.2