]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for issue 0020122: EDF 923 VISU : deformed shape on scalar map, Performance ...
authorouv <ouv@opencascade.com>
Tue, 20 Jan 2009 16:03:27 +0000 (16:03 +0000)
committerouv <ouv@opencascade.com>
Tue, 20 Jan 2009 16:03:27 +0000 (16:03 +0000)
src/CONVERTOR/VISU_MergeFilterUtilities.cxx

index 13cec4eb311f0faeb07ba10992055085543ff7b6..63a9b040b3ccea94608ff21ccde1692882a73721 100644 (file)
@@ -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];