Import Geant4 10.7.1 source tree

This commit is contained in:
Gabriele Cosmo
2021-02-05 15:10:05 +01:00
parent dab42d2018
commit 3dfcdb544e
281 changed files with 37738 additions and 47638 deletions
+3
View File
@@ -16,6 +16,9 @@ commit in the repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
February 2, 2021 Gabriele (global-V10-06-28)
- Updated tag IDs for release 10.7.p01.
December 2, 2020 Gabriele (global-V10-06-27)
- Removed condition restricting to __x86_64__ architectures for macOS
configuration in tls.hh.
@@ -40,11 +40,11 @@
// |--> patch number
#ifndef G4VERSION_NUMBER
# define G4VERSION_NUMBER 1070
# define G4VERSION_NUMBER 1071
#endif
#ifndef G4VERSION_TAG
# define G4VERSION_TAG "$Name: geant4-10-07 $"
# define G4VERSION_TAG "$Name: geant4-10-07-patch-01 $"
#endif
// as variables
@@ -53,10 +53,10 @@
#include "G4Types.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-10-07 [MT]$";
static const G4String G4Version = "$Name: geant4-10-07-patch-01 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-10-07 $";
static const G4String G4Version = "$Name: geant4-10-07-patch-01 $";
#endif
static const G4String G4Date = "(4-December-2020)";
static const G4String G4Date = "(5-February-2021)";
#endif