Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
+14 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.67 2007/07/16 08:07:29 gcosmo Exp $
$Id: History,v 1.70 2008/07/08 10:01:13 gcosmo Exp $
----------------------------------------------------------------------------
=========================================================
@@ -17,6 +17,19 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
08/07/2008 : G. Cosmo breps-V09-01-02
- Replaced exit() statement with G4Exception in G4Ray.
13/03/2008 : G. Cosmo breps-V09-01-01
- Cleared compilation warnings on gcc-4.3.0 for ambiguous use of parentheses
in condition statements, if-else constructs and empty for-loops.
22/01/2008 : T. Nikitina breps-V09-01-00
- Fixed bug in G4BREPSolidPolyhedra::DistanceToOut() for cases of particle
passing the border of two touching surfaces.
- G4BREPSolidBox: fixed problem in the constructor in definition of the
side for the normal to surface.
16/07/2007 : G. Cosmo breps-V09-00-00
- Added missing initialisations of kCarTolerance in alternative constructors
for G4BoundingBox3D, G4Curve, G4CurveRayIntersection, G4KnotVector.