Changeset 1193 for trunk/source/global/History
- Timestamp:
- Nov 19, 2009, 3:40:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/source/global/History (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/global/History
r1058 r1193 1 $Id: History,v 1.2 17 2009/01/27 08:49:10 gcosmoExp $1 $Id: History,v 1.232 2009/11/18 11:42:03 vnivanch Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 November 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 24 November 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 29 October 29, 2009 G.Cosmo (global-V09-02-08) 30 - Cleared warning for unused argument in G4Allocator internal method. 31 32 August 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 37 July 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 46 May 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 50 May 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 55 May 15, 2009 P.Arce (global-V09-02-03) 56 - Added G4ErrorStage enum to G4ErrorPropagatorData class. 57 58 May 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 65 Mar 16, 2009 G.Cosmo (global-V09-02-01) 66 - Changed date for release 9.2.p01. 19 67 20 68 Jan 27, 2009 G.Cosmo (global-V09-02-00)
Note:
See TracChangeset
for help on using the changeset viewer.
