From: enk Date: Wed, 19 Apr 2006 08:46:17 +0000 (+0000) Subject: Fix for Bug IPAL11995: X-Git-Tag: T3_2_0b1_pre1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9126f93c57f384e59b522970db6046f9b8776177;p=modules%2Fvisu.git Fix for Bug IPAL11995: Impossible create presentation for group5 from pointee.med in VISU --- diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 6ce12edc..a83cb552 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -1571,10 +1571,10 @@ VISU_MedConvertor PMEDFamily aFamily = *aFamilyIter; const TEntity& anEntity = aFamily->myEntity; const PMEDMeshOnEntity aMeshOnEntity = theMesh->myMeshOnEntityMap[anEntity]; + isPointsUpdated += LoadPoints(aMed,theMesh); if(anEntity == NODE_ENTITY){ isPointsUpdated += LoadPointsOnFamily(aMed,theMesh,aFamily); }else{ - isPointsUpdated += LoadPoints(aMed,theMesh); isCellsOnEntityUpdated += LoadCellsOnFamily(aMed,theMesh,aMeshOnEntity,aFamily); } }