Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+14 -1
View File
@@ -1,5 +1,5 @@
$Id: History,v 1.32 2002/05/13 06:56:49 gcosmo Exp $
$Id: History,v 1.34 2002/10/29 14:16:22 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,19 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Oct 29 2002 Gabriele Cosmo geom-bool-V04-01-01
- Added method CleanTransformations() to G4DisplacedSolid and corrected
implementation in destructor of G4BooleanSolid to not call for deletion
of G4VSolid in the case where displacement is used.
This fixes a problem noticed on Linux-g++ at application closeout for
double deletion of a solid in such special case.
Oct 28 2002 Gabriele Cosmo geom-bool-V04-01-00
- Added implementation of StreamInfo() to comply with new interface for
G4VSolid in "geommng-V04-01-03".
- Some cosmetic changes to code formatting.
- Extended unit tests to include new user test-cases (V.Grichine).
May 11 2002 Vladimir Grichine geom-bool-V04-00-05
- G4ReflectedSolid.cc: bounding-box like algorithm for CalculateExtent().