13.5.2011 Kamil Sedlak

Minor print-out change.
This commit is contained in:
sedlak 2011-05-13 11:34:12 +00:00
parent c92fc6a33f
commit ca8f07a4d4

View File

@ -40,8 +40,9 @@
int main(int argc,char** argv) {
XInitThreads();
G4cout<<"\n\n\n*************************************************************"<<G4endl;
G4cout<<"\n\n*************************************************************"<<G4endl;
G4cout<<" musrSim version 1.0.0 released on 13 May 2011"<<G4endl;
G4cout<<" WWW: http://lmu.web.psi.ch/simulation/index.html"<<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);