From 729fe0d5dfcdf513fdc763d33a7b849ab095efc8 Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 20 Jan 2009 16:02:47 +0000 Subject: [PATCH] Fix for issue 0020122: EDF 923 VISU : deformed shape on scalar map, Performance & Clipping plane --- src/CONVERTOR/VISU_MergeFilterUtilities.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.39.2