Problem 1860

Summary: Really minor issues in G4GeneralParticleSourceMessenger
Product: Geant4 Reporter: Luis Sarmiento Pico <Luis.Sarmiento>
Component: eventAssignee: Andrea Dotti <andrea.dotti>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P5    
Version: other   
Hardware: All   
OS: All   

Description Luis Sarmiento Pico 2016-05-16 17:19:33 CEST
Hello,

in the file G4GeneralParticleSourceMessenger.cc there are two typos in the messages and one bug:

typo:
======
L1778:  G4cout << " A=" << fAtomicMass << "is not be defined" << G4endl;

--> should read "is not defined" <-- without "be". Also a space before "is" would be nice

typo and bug:
=============
L1825: G4cout << " A=" << fAtomicMass << "is not be defined" << G4endl;

--> Same typo as before and the print variable *SHOULD BE* fAtomicMassL <-- note the extra L at the end.

Best regards,

/Pico
Comment 1 Andrea Dotti 2016-05-16 17:35:09 CEST
Thanks Pico, I'll correct it right away.
Comment 2 Andrea Dotti 2016-06-27 16:52:41 CEST
Corrected in tag event-V10-02-03