Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: MedLinac.cc,v 1.11 2006/06/29 16:03:27 gunter Exp $
// $Id: MedLinac.cc,v 1.12 2007/07/01 15:19:18 mpiergen Exp $
//
// --------------------------------------------------------------
// GEANT 4 - medical_linac
@@ -65,7 +65,7 @@ int main(int argc ,char ** argv)
//choose the Random engine
CLHEP::HepRandom::setTheEngine(new CLHEP::RanecuEngine);
G4int seed = time(0);
G4int seed = 0;
CLHEP::HepRandom :: setTheSeed(seed);
// Construct the default run manager