Import Geant4 9.2.0 source tree
This commit is contained in:
+74
-1
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.189 2007/11/20 10:54:17 gcosmo Exp $
|
||||
$Id: History,v 1.216 2008/12/08 14:17:15 gcosmo Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,6 +17,79 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
Dec 08, 2008 G.Cosmo (global-V09-01-18)
|
||||
- Added new constructor G4String(const char*, str_size).
|
||||
|
||||
Dec 02, 2008 G.Cosmo (global-V09-01-17)
|
||||
- Changed date for release 9.2.
|
||||
|
||||
Nov 07, 2008 P.Gumplinger (global-V09-01-16)
|
||||
- Removed unnecessary 'const' qualifier from G4PlaneVectorRand() function
|
||||
declaration.
|
||||
|
||||
Nov 07, 2008 G.Cosmo (global-V09-01-15)
|
||||
- Added header G4RandomTools.hh, implementing global utility methods for
|
||||
random Lambertian vector and random plane vector. Implementation derived
|
||||
from G4OpBoundaryProcess.
|
||||
|
||||
Oct 14, 2008 V.Ivantchenko (global-V09-01-14)
|
||||
- G4PhysicsVector: changed algorithm for computation of second derivatives, to
|
||||
guarantee continuity with first derivative; fixed second derivative at edges
|
||||
of the vector to be the same as in neighboring nodes.
|
||||
|
||||
Sep 22, 2008 G.Cosmo (global-V09-01-13)
|
||||
- Corrected initialisation of vectors to conform to definition in
|
||||
G4PhysicsVector, and added protections against empty vectors. (V.Ivantchenko)
|
||||
- Corrected definition of copy-constructor and operator=() in G4PhysicsVector
|
||||
and added corresponding definitions in derived classes, where needed.
|
||||
|
||||
Aug 15, 2008 G.Cosmo (global-V09-01-12)
|
||||
- Restored original implementation of G4SwapPtr() but using reference of
|
||||
pointers as arguments, allowing for unambiguous use from client code.
|
||||
|
||||
Aug 14, 2008 P.Gumplinger (global-V09-01-10, global-V09-01-11)
|
||||
- Corrected G4SwapPtr() function in templates.hh (see also problem
|
||||
report #1020).
|
||||
|
||||
Jun 26, 2008 G.Cosmo (global-V09-01-09)
|
||||
- Corrected version number tag.
|
||||
|
||||
Jun 23, 2008 G.Cosmo (global-V09-01-08)
|
||||
- Changed date for release 9.2-beta.
|
||||
|
||||
May 06, 2008 M.Maire (global-V09-01-07)
|
||||
- G4UnitsTable: added units for electric-field, V/m.
|
||||
|
||||
Apr 23, 2008 G.Cosmo (global-V09-01-06)
|
||||
- Changed date for release 9.1.p02.
|
||||
|
||||
Apr 21, 2008 V.Ivantchenko (global-V09-01-05)
|
||||
- Corrected deletion of temporary in G4PhysicsVector::FillSecondDerivatives().
|
||||
|
||||
Apr 07, 2008 A.Bagulya, V.Ivantchenko (global-V09-01-04)
|
||||
- G4PhysicsVector:
|
||||
o Introduced cubic spline interpolation, optionally selectable.
|
||||
o Optimised implementation of GetValue() method.
|
||||
- G4LPhysicsFreeVector: corrected use of GetValue() to adopt implementation
|
||||
available from the base class.
|
||||
|
||||
Mar 19, 2008 V.Grichine (global-V09-01-03)
|
||||
- Modified G4RandomDirection global function to use unit radius sphere surface
|
||||
algorithm instead of 8-quadrants technique, giving 30% performance boost.
|
||||
|
||||
Mar 13, 2008 G.Cosmo (global-V09-01-02)
|
||||
- Introduced inclusion of <cstring> and <climits> in G4String.hh and
|
||||
templates.hh respectively for porting on gcc-4.3.0 compiler.
|
||||
- Cleared compilation warnings in G4DataInterpolation and G4JTPolynomialSolver
|
||||
on gcc-4.3.0 for ambiguous use of parentheses in condition statements.
|
||||
|
||||
Feb 15, 2008 G.Cosmo (global-V09-01-01)
|
||||
- Removed useless specification of units in implementation of
|
||||
G4GeometryTolerance::SetSurfaceTolerance().
|
||||
|
||||
Jan 22, 2008 G.Cosmo (global-V09-01-00)
|
||||
- Changed date for release 9.1.p01.
|
||||
|
||||
Nov 20, 2007 G.Cosmo (global-V09-00-02)
|
||||
- Changed date for release 9.1.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user