Import Geant4 5.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:15:15 +02:00
parent 37fff30d2e
commit fbd4999cf7
4396 changed files with 56662 additions and 52446 deletions
+15 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.29 2002/11/20 13:19:09 gcosmo Exp $
$Id: History,v 1.32 2003/04/11 07:13:24 dressel Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,20 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Apt, 11th 2003 M.Dressel geombias-V05-00-03
- implementation of "IsInWorld" in G4IStore using IsAncestor of
G4LogicalVolume
Apr, 3rd 2003 G.Cosmo geombias-V05-00-02
- Fixed few trivial strict pedantic warnings.
Mar, 27th 2003 G.Cosmo geombias-V05-00-01
- G4ParallelNavigator.cc: set cout precision to 12 (was 50 !?!).
Mar, 24th 2003 M.Dressel geombias-V05-00-00
- G4ParallelNavigator.cc: modified shift mechanism
in ComputeStepLengthShifted().
Nov, 20th 2002 G.Cosmo geombias-V04-01-04
- changed definition of G4NSplit_Weight from struct to class
to allow porting on Windows DLLs.