From: apo Date: Fri, 30 Nov 2007 14:54:43 +0000 (+0000) Subject: To intitilize the variable X-Git-Tag: mergefrom_MERGE_MULTIPR_EVOLUTION_07-Dec-07~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e000d07d8a424d23e2c85ede3c69ed862bcaefb4;p=modules%2Fvisu.git To intitilize the variable --- diff --git a/src/PIPELINE/VISU_GaussPointsPL.cxx b/src/PIPELINE/VISU_GaussPointsPL.cxx index 5cda7ebb..38d8f8e2 100644 --- a/src/PIPELINE/VISU_GaussPointsPL.cxx +++ b/src/PIPELINE/VISU_GaussPointsPL.cxx @@ -72,7 +72,7 @@ VISU_GaussPointsPL for(int i = 0; i < 3; i++) myPassFilter.push_back(vtkPassThroughFilter::New()); - myPrimitiveType == VISU_OpenGLPointSpriteMapper::GeomSphere; + myPrimitiveType = VISU_OpenGLPointSpriteMapper::PointSprite; }