Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -44,11 +44,11 @@
|
||||
// |--> patch number
|
||||
|
||||
#ifndef G4VERSION_NUMBER
|
||||
#define G4VERSION_NUMBER 1050
|
||||
#define G4VERSION_NUMBER 1051
|
||||
#endif
|
||||
|
||||
#ifndef G4VERSION_TAG
|
||||
#define G4VERSION_TAG "$Name: geant4-10-05 $"
|
||||
#define G4VERSION_TAG "$Name: geant4-10-05-patch-01 $"
|
||||
#endif
|
||||
|
||||
// as variables
|
||||
@@ -56,10 +56,10 @@
|
||||
#include "G4String.hh"
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
static const G4String G4Version = "$Name: geant4-10-05 [MT]$";
|
||||
static const G4String G4Version = "$Name: geant4-10-05-patch-01 [MT]$";
|
||||
#else
|
||||
static const G4String G4Version = "$Name: geant4-10-05 $";
|
||||
static const G4String G4Version = "$Name: geant4-10-05-patch-01 $";
|
||||
#endif
|
||||
static const G4String G4Date = "(7-December-2018)";
|
||||
static const G4String G4Date = "(17-April-2019)";
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user