Problem 227

Summary: variable defined global (should be local in file)
Product: Geant4 Reporter: vincenzo.innocente
Component: trackingAssignee: Takashi.Sasaki
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.0   
Hardware: All   
OS: All   

Description vincenzo.innocente 2001-02-28 14:15:12 CET
I think that in
G4TrackingManager

G4TrackingMessenger * messenger;

should actually read
static G4TrackingMessenger * messenger;
Comment 1 Takashi.Sasaki 2001-03-01 19:42:59 CET
It will be fixed in the next release. Thanks for
reporting this.