Ignore:
Timestamp:
Nov 19, 2009, 3:40:00 PM (16 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/global/History

    r1058 r1193  
    1 $Id: History,v 1.217 2009/01/27 08:49:10 gcosmo Exp $
     1$Id: History,v 1.232 2009/11/18 11:42:03 vnivanch Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     20November 17, 2009  V.Ivanchenko (global-V09-02-10)
     21- G4PhysicsVector - fixed Value method for the case when energy is
     22                    around edgeMax adding extra protection
     23
     24November 4, 2009  V.Ivanchenko (global-V09-02-09)
     25- G4PhysicsVector: cleaned up initialisation of cached values;
     26  simplified Value() method, now not looking into previous bin;
     27  added method ScaleVector() needed for ICRU'73 data.
     28
     29October 29, 2009  G.Cosmo (global-V09-02-08)
     30- Cleared warning for unused argument in G4Allocator internal method.
     31
     32August 7, 2009  G.Cosmo (global-V09-02-07)
     33- Some improvements to G4String and G4SubString implementation of operators
     34  and comparison stub functions, to reduce generation of temporaries.
     35- Removed obsolete static hash(s) method.
     36
     37July 3, 2009  V.Ivanchenko (global-V09-02-06)
     38- New class G4Pow, a singleton for fast computation of log() and pow() for
     39  integer and double arguments in the interval [1-256].
     40- G4PhysicsVector:
     41  o Added ComputeSecDerivative() and SplinePossible() methods as a
     42    computation of Spline coefficients for small number of bins.
     43  o Removed old obsolete hidden bin approach.
     44  o Use std::vector for second derivatives instead of C arrays.
     45
     46May 26, 2009  A.Bagulya (global-V09-02-05)
     47- G4PhysicsVector: do not change flag "useSpline" during initialisation
     48  to address bug in N02 reported by valgrind
     49
     50May 26, 2009  A.Bagulya (global-V09-02-04)
     51- G4PhysicsVector: set limits of number of bins for spline: 4 for the case
     52  of first derivatives defined; 5 for the case when "Not-a-Knot" algorithm
     53  is used.
     54
     55May 15, 2009  P.Arce (global-V09-02-03)
     56- Added G4ErrorStage enum to G4ErrorPropagatorData class.
     57
     58May 13, 2009  A.Bagulya (global-V09-02-02)
     59- G4PhysicsVector: added method ComputeSecondDerivatives() for the case when
     60  user provides first derivative at endpoits; use "Not-a-Knot" algorithm for
     61  the computation of second derivatives in default method
     62  FillSecondDerivatives().
     63- Changed date for release 9.3-beta.
     64
     65Mar 16, 2009  G.Cosmo (global-V09-02-01)
     66- Changed date for release 9.2.p01.
    1967
    2068Jan 27, 2009  G.Cosmo (global-V09-02-00)
Note: See TracChangeset for help on using the changeset viewer.