Problem 742

Summary: unimplemented method in G4TrackingManager
Product: Geant4 Reporter: Witold.Pokorski
Component: trackingAssignee: Takashi.Sasaki
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   

Description Witold.Pokorski 2005-04-15 10:29:56 CEST
The definition of G4TrackingManager class contains SetNavigator method which is not implemented
anywhere. The library has, therefore, an undefined symbol.
Comment 1 Takashi.Sasaki 2005-04-22 02:15:59 CEST
The SetNavigator method is in inlined and include/G4TrackingManager.hh. I check
the libaray made on RedHat Enterprise 3, but I could not see that SetNavigator
is undefined.
Comment 2 Witold.Pokorski 2005-04-22 04:50:59 CEST
Sorry, but I just cannot see where the inline method is...  are you really sure it's there....?
I looked into G4TrackingManager.hh and could not find the implementation.... there are several other
inline methods but not this one...
Witek
Comment 3 Takashi.Sasaki 2005-04-22 05:09:59 CEST
Oops! I misunderstood that you were saying about G4SteppingManager. You are
right! The fix has been commited in the CVS repositry. Thanks for your contribution.