Ignore:
Timestamp:
Nov 16, 2007, 11:59:21 AM (18 years ago)
Author:
garnier
Message:

r659@mac-90108: laurentgarnier | 2007-11-16 12:02:01 +0100
mise a jour de Geant4 au head ET qq mise a jour pour Qt de mon cote

Location:
trunk/geant4/visualization/OpenInventor
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenInventor/History

    r593 r609  
    1 $Id: History,v 1.93 2007/04/03 13:35:48 allison Exp $
     1$Id: History,v 1.94 2007/10/23 14:56:35 gcosmo Exp $
    22-------------------------------------------------------------------
    33
     
    2020History file for visualization/OpenInventor
    2121-------------------------------------------
     22
     2323rd October 2007  Gabriele Cosmo
     24- Initialise local vectors in SoPolyhedron.cc to fix compilation warnings
     25  on gcc-4.2.2 for use of non-initialised values.
    2226
    23273rd April 2007  John Allison  (openinventor-V08-02-02 - needs visman-V08-02-03)
  • trunk/geant4/visualization/OpenInventor/include/SoG4Polyhedron.h

    r593 r609  
    2525//
    2626//
    27 // $Id: SoG4Polyhedron.h,v 1.2 2006/12/13 15:49:56 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     27// $Id: SoG4Polyhedron.h,v 1.3 2007/09/17 16:08:00 gcosmo Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030// John Allison  26th October 2006
     
    3535
    3636// Inheritance :
    37 #include <Geant4_SoPolyhedron.h>
     37#include "Geant4_SoPolyhedron.h"
    3838#include "G4AttHolder.hh"
    3939
  • trunk/geant4/visualization/OpenInventor/src/SoPolyhedron.cc

    r529 r609  
    129129     SoTextureCoordinateElement::FUNCTION);
    130130  const SoTextureCoordinateElement *tce = NULL;
    131   SbVec4f texCoord;
     131  SbVec4f texCoord(0.,0.,0.,0.);
    132132  if (useTexFunction) {
    133133    tce = SoTextureCoordinateElement::getInstance(state);
     
    416416    int32_t* coords = new int32_t[ncoord];
    417417
    418     SbVec3f pvb,pve;
     418    SbVec3f pvb(0.,0.,0.), pve(0.,0.,0.);
    419419
    420420    SbBool empty = TRUE;
Note: See TracChangeset for help on using the changeset viewer.