]> 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:02:47 +0000 (16:02 +0000)
committerouv <ouv@opencascade.com>
Tue, 20 Jan 2009 16:02:47 +0000 (16:02 +0000)
src/CONVERTOR/VISU_MergeFilterUtilities.cxx

index bd928c33b3dd410d5a3d6b8d701fa1ea09b4e602..2984c41cf555ea8b7a76f5b614dcb94b03237213 100644 (file)
@@ -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];