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
Thanks Pico, I'll correct it right away.
Corrected in tag event-V10-02-03