Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Version.hh 104933 2017-06-30 08:07:44Z gcosmo $
// $Id: G4Version.hh 107861 2017-12-07 14:25:10Z gcosmo $
// GEANT4 tag $Name:$
//
// Version information
@@ -50,7 +50,7 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-10-04-beta-01 $"
#define G4VERSION_TAG "$Name: geant4-10-04 $"
#endif
// as variables
@@ -58,10 +58,10 @@
#include "G4String.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-10-04-beta-01 [MT]$";
static const G4String G4Version = "$Name: geant4-10-04 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-10-04-beta-01 $";
static const G4String G4Version = "$Name: geant4-10-04 $";
#endif
static const G4String G4Date = "(30-June-2017)";
static const G4String G4Date = "(08-December-2017)";
#endif