Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
+9 -1
View File
@@ -1,4 +1,3 @@
$Id: History 110263 2018-05-17 14:28:14Z gcosmo $
-------------------------------------------------------------------
@@ -17,6 +16,15 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
- Nov. 5, 2018 H.Kurashige(track-V10-04-02)
- Add protection for nullptr access in G4Track.icc
Addressing problem report #2097.
- Aug. 15, 2018 H.Kurashige(track-V10-04-01)
- fix possible memory leaks
in assignment operator and copy ctr of G4Step and G4Track
- clean up codes
- May 17, 2018 J.Madsen (track-V10-04-00)
- updated "thread-local-static-var" model to
"function-returning-thread-local-static-reference" model