Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/management/History

    r1315 r1340  
    1 $Id: History,v 1.139 2010/02/09 16:50:44 gcosmo Exp $
     1$Id: History,v 1.145 2010/10/19 15:20:33 gcosmo Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     20October 19, 2010  G.Cosmo                  geommng-V09-03-05
     21- Added Clone() virtual method to G4VSolid, to return a pointer to a
     22  dynamically allocated copy of the solid. To be used by Geant4-MT.
     23- Added copy-ctr and assignment operator to G4ReflectedSolid, now also
     24  implementing the Clone() method.
     25
     26September 6, 2010  G.Cosmo                 geommng-V09-03-04
     27- Fixed false-positive null forward case in G4SmartVoxelHeader.
     28
     29July 16, 2010  G.Cosmo                     geommng-V09-03-03
     30- Fixed compilation errors for code within G4GEOMETRY_VOXELDEBUG flag
     31  in G4GeometryManager and G4SmartVoxelHeader.
     32- Added printout of voxel limits in G4SmartVoxelHeader::Buildnodes() and
     33  removed protection on node width previously introduced.
     34
     35July 13, 2010  G.Cosmo                     geommng-V09-03-02
     36- G4SmartVoxelHeader: added protection against rare cases of zero computed
     37  node width in BuildNodes().
     38
     39July 2, 2010  G.Cosmo                      geommng-V09-03-01
     40- G4LogicalSurface: added missing initialisation for 'theTransRadSurface'
     41  data member. Made virtual destructor and constructors not inline.
     42- G4ErrorTarget: added missing default initialisation of a data member.
     43- G4SmartVoxelHeader: added return statement after exceptions in methods
     44  BuildVoxelsWithinLimits() and BuildNodes(); fixed case of invalid iterator
     45  in deletion of test slices in BuildVoxelsWithinLimits(); added protection
     46  for cases of invalide number of nodes in RefineNodes(), and added return
     47  statement after exceptions.
     48- G4GeometryManager: restore cout precision after printing voxel statistics.
     49- G4LogicalVolume: added return statement after exception in GetMass().
     50- G4ReflectedSolid: moved reserve() statement for 'vertices' within null-check
     51  condition in CalculateExtent() ...
    1952
    2053February 9, 2010  G.Cosmo                  geommng-V09-03-00
Note: See TracChangeset for help on using the changeset viewer.