From: apo Date: Wed, 27 Jun 2007 13:42:48 +0000 (+0000) Subject: To restore from bad fix X-Git-Tag: T_MULTIPR_INDUS_Dump_python~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=39d5cd0118f9018a4be98f4ddd87db197a551a8c;p=modules%2Fvisu.git To restore from bad fix --- diff --git a/src/PIPELINE/VISU_GaussPointsPL.cxx b/src/PIPELINE/VISU_GaussPointsPL.cxx index dc9bc137..1d8bcbe5 100644 --- a/src/PIPELINE/VISU_GaussPointsPL.cxx +++ b/src/PIPELINE/VISU_GaussPointsPL.cxx @@ -424,10 +424,9 @@ VISU_GaussPointsPL int VISU_GaussPointsPL ::GetPrimitiveType() -{ - if( myPassFilter[2]->GetInput() == myPassFilter[1]->GetOutput() ) { +{ + if( myPassFilter[2]->GetInput() != myPassFilter[1]->GetOutput() ) return VISU_OpenGLPointSpriteMapper::GeomSphere; - } return GetPointSpriteMapper()->GetPrimitiveType(); }