From: ouv Date: Tue, 20 Jan 2009 16:03:27 +0000 (+0000) Subject: Fix for issue 0020122: EDF 923 VISU : deformed shape on scalar map, Performance ... X-Git-Tag: before_mergefrom_BR_V5_IMP_P8_22Jan09~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7211829c64be6faf21f22be04718966f82e21b41;p=modules%2Fvisu.git Fix for issue 0020122: EDF 923 VISU : deformed shape on scalar map, Performance & Clipping plane --- diff --git a/src/CONVERTOR/VISU_MergeFilterUtilities.cxx b/src/CONVERTOR/VISU_MergeFilterUtilities.cxx index 13cec4eb..63a9b040 100644 --- a/src/CONVERTOR/VISU_MergeFilterUtilities.cxx +++ b/src/CONVERTOR/VISU_MergeFilterUtilities.cxx @@ -239,7 +239,7 @@ namespace TEntityId anEntityId = *(aPointer + 1); TObjectId anObjectId(aCellId, anEntityId); TObjectId2TupleIdMap::iterator anIter = aGeomObjectId2TupleIdMap.find(anObjectId); - if(anIter != aDataObjectId2PointIdMap.end()){ + if(anIter != aGeomObjectId2TupleIdMap.end()){ // If the point exists in the geometry put it to output int aGeometryPointId = anIter->second; vtkFloatingPointType aCoords[3];