Updated comments in source code

This commit is contained in:
Thomas Prokscha
2016-08-12 17:47:37 +02:00
parent c4bb2bb74e
commit ae27621974
3 changed files with 14 additions and 11 deletions

View File

@ -43,8 +43,8 @@ int main(int argc,char** argv) {
// XInitThreads();
G4cout<<"\n\n*************************************************************"<<G4endl;
G4cout<<" musrSim version 1.0.3 for Geant4.10, released on 16 Aug 2014"<<G4endl;
G4cout<<" WWW: http://www.psi.ch/lmu/geant4-simulations"<<G4endl;
G4cout<<" musrSim version 1.0.4 for Geant4.10, released on 12 Aug 2016"<<G4endl;
G4cout<<" WWW: https://www.psi.ch/lmu/geant4-simulations"<<G4endl;
// choose the Random engine
// CLHEP::HepRandom::setTheEngine(new CLHEP::RanecuEngine); // the /musr/run/randomOption 2 does not work with RanecuEngine
CLHEP::HepRandom::setTheEngine(new CLHEP::HepJamesRandom);