From: ouv Date: Tue, 20 Jan 2009 16:02:47 +0000 (+0000) Subject: Fix for issue 0020122: EDF 923 VISU : deformed shape on scalar map, Performance ... X-Git-Tag: V4_1_0_maintainance_20090206~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=729fe0d5dfcdf513fdc763d33a7b849ab095efc8;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 bd928c33..2984c41c 100644 --- a/src/CONVERTOR/VISU_MergeFilterUtilities.cxx +++ b/src/CONVERTOR/VISU_MergeFilterUtilities.cxx @@ -238,7 +238,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];