From 3b6d998db9aa756d3c49e1ce0923c7bb43e35d19 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 28 Jan 2005 13:37:57 +0000 Subject: [PATCH] [Bug PAL7853] PAL-MESH-004 regress: Problem with presentation groups of Nodes in the Post-Pro module --- src/CONVERTOR/VISU_MedConvertor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index ca675ad1..16e0ac4b 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -546,7 +546,7 @@ VISU_MedConvertor::LoadPoints(const MED::PWrapper& theMed, if(aFamily && aNbElem > 0){ VISU::TFamilyImpl::TSubMeshOnCellType& aSubMeshOnCellType = aFamily->mySubMesh[VTK_VERTEX]; for (int iElem = 0; iElem < aNbElem; iElem++) - if(aNodeInfo->GetElemNum(iElem) == aFamily->myId) + if(aNodeInfo->GetFamNum(iElem) == aFamily->myId) aSubMeshOnCellType.insert(iElem); } return 1; -- 2.39.2