]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
remove code dublication
authorenk <enk@opencascade.com>
Wed, 18 Apr 2007 09:46:52 +0000 (09:46 +0000)
committerenk <enk@opencascade.com>
Wed, 18 Apr 2007 09:46:52 +0000 (09:46 +0000)
src/VISU_I/VISU_PrsMerger_i.cc

index ff3eda3bbaa1e9c7d25e3d6021a9f21b8ecb056e..95ccee1ea9cc34a7c826cabad979ef159bdf7e93 100644 (file)
@@ -550,10 +550,6 @@ VISU::PrsMerger_i
     int aVtkCellType = anIDMapper->GetVTKOutput()->GetCellType(0);
     if (MYDEBUG) MESSAGE("CellType="<<aVtkCellType);
     switch(myEntity){
-    case NODE_ENTITY:
-      // Warning. May be unstable. Created for NPAL15200
-      aAllPoints = false;
-      break;
     case CELL_ENTITY:
       if(aVtkCellType != VTK_LINE &&
         aVtkCellType != VTK_POLY_LINE &&