From 056a404722ca288afad60bc4245e0fb54931915c Mon Sep 17 00:00:00 2001 From: ouv Date: Mon, 10 Oct 2005 08:30:24 +0000 Subject: [PATCH] DrawPoints() method corrected --- src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx b/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx index 2f6b4e49..e8b92496 100755 --- a/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx +++ b/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx @@ -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) -- 2.39.2