Import Geant4 11.1.2 source tree

This commit is contained in:
Gabriele Cosmo
2023-06-19 17:17:14 +02:00
parent 84a556a9dc
commit aef78ca386
309 changed files with 35572 additions and 34678 deletions
+3
View File
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2023-05-04 Gabriele Cosmo (run-V11-00-13)
- Removed mistyped method declaration GetMasterTheadId() in G4MTRunManager.
## 2023-02-03 Gabriele Cosmo (run-V11-00-12)
- Reduced printout in destruction of run-manager (master and workers), to be
coherent with verbose level greater than 1.
-1
View File
@@ -192,7 +192,6 @@ class G4MTRunManager : public G4RunManager
static G4int SeedOncePerCommunication();
static void SetSeedOncePerCommunication(G4int val);
static G4ThreadId GetMasterTheadId();
protected: