]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
DrawPoints() method corrected
authorouv <ouv@opencascade.com>
Mon, 10 Oct 2005 08:30:24 +0000 (08:30 +0000)
committerouv <ouv@opencascade.com>
Mon, 10 Oct 2005 08:30:24 +0000 (08:30 +0000)
src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx

index 2f6b4e49febbd51069b35f4b55fa7e0a33975bc2..e8b92496bea7d0ac2c816fb3d67da3985ceba8aa 100755 (executable)
@@ -855,7 +855,6 @@ int VISU_OpenGLPointSpriteMapper::Draw(vtkRenderer *aren, vtkActor *act)
   // are they cell or point scalars
   if ( this->Colors )
   {
-    cout << 111 << endl;
     colors = this->Colors;
     if ( (this->ScalarMode == VTK_SCALAR_MODE_USE_CELL_DATA ||
           this->ScalarMode == VTK_SCALAR_MODE_USE_CELL_FIELD_DATA ||
@@ -865,8 +864,6 @@ int VISU_OpenGLPointSpriteMapper::Draw(vtkRenderer *aren, vtkActor *act)
       cellScalars = 1;
     }
   }
-  else
-    cout << 222 << endl;
 
   unsigned long idx = 0;
   if (colors)