From: apo Date: Fri, 28 Jan 2005 13:37:57 +0000 (+0000) Subject: [Bug PAL7853] PAL-MESH-004 regress: Problem with presentation groups of Nodes in... X-Git-Tag: V2_2_0b2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3b6d998db9aa756d3c49e1ce0923c7bb43e35d19;p=modules%2Fvisu.git [Bug PAL7853] PAL-MESH-004 regress: Problem with presentation groups of Nodes in the Post-Pro module --- 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;