Problem 227 - variable defined global (should be local in file)
Summary: variable defined global (should be local in file)
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: tracking (show other problems)
Version: 3.0
Hardware: All All
: P2 normal
Assignee: Takashi.Sasaki
URL:
Depends on:
Blocks:
 
Reported: 2001-02-28 14:15 CET by vincenzo.innocente
Modified: 2001-03-01 19:42 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.