Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.12 2001/04/03 15:26:42 japost Exp $
|
||||
$Id: History,v 1.14 2001/10/26 15:27:06 mverderi Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -16,6 +16,18 @@ committal in the CVS repository !
|
||||
----------------------------------------------------------
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
Oct 26, 2001 M. Verderi - param-V03-02-00
|
||||
Fixes to clear warnings produced with gcc-2.95.2:
|
||||
- loop index, where comparison with method "size()" of
|
||||
G4std::vector<T>, changed: int -> size_t
|
||||
- change "if ( a=b ) {..}" by "if ( (a=b) ) {...}"
|
||||
this makes the compiler sure you want to make an
|
||||
assignement in the "if" condition
|
||||
- re-order initialisations of a few variables in constructors
|
||||
to match the declaration order.
|
||||
Some warnings still exist, but regard the G4Propagator of geometry.
|
||||
|
||||
Apr 3, 2001 J. Apostolakis - param-V03-00-00
|
||||
- Modified G4FastSimulationManagerProcess call to PropagatorInField ComputeStep
|
||||
to use new interface with G4FieldTrack (in place of now obsolete interface.)
|
||||
|
||||
Reference in New Issue
Block a user