source: trunk/source/error_propagation/History @ 1105

Last change on this file since 1105 was 815, checked in by garnier, 16 years ago

import all except CVS

File size: 2.4 KB
Line 
1$Id: History,v 1.13 2007/11/14 17:03:06 gcosmo Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
2014 November 2007 - G.Cosmo (error_propagation-V09-00-02)
21- G4ErrorPropagator: removed call to exit() and some cleanup.
22
2324 September 2007 - P.Arce (error_propagation-V09-00-01)
24- G4ErrorFreeTrajState: corrected bug in one of the transformation matrix
25  terms. Addresses problem report #971.
26- G4ErrorFreeTrajParam: corrected normalization of Y and Z coordinates.
27
285 June 2007 - G.Cosmo (error_propagation-V08-03-09)
29- Added missing definition of GLOBLIBS in GNUmakefile to allow for
30  building DLLs on Windows.
31
324 June 2007 - G.Cosmo (error_propagation-V08-03-08)
33- Fixed compilation errors and warnings on WIN32-VC platform: replaced
34  usage of M_PI with CLHEP::pi; replaced usage of 'uint' with 'size_t';
35  fixed boolean operation in conditional statement.
36
371 June 2007 - G.Cosmo (error_propagation-V08-03-07)
38- Some cleanup and further simplification of matrices classes.
39
4031 May 2007 - P.Arce (error_propagation-V08-03-06)
41- Using G4ErrorMatrix instead of CLHEP Matrix.
42
4331 May 2007 - G.Cosmo (error_propagation-V08-03-05)
44- Fixed compilation problems on Windows/VC++.
45- Use G4bool for bool and CLHEP::pi for M_PI.
46
4731 May 2007 - P.Arce (error_propagation-V08-03-04)
48- Fixed problem of uninitialised variables.
49
5029 May 2007 - G.Cosmo (error_propagation-V08-03-03)
51- Fixed errors for unnecessary inclusion of non-existing headers.
52- Use G4GeometryTolerance for retrivial of kCarTolerance.
53- Fixed GNUmakefile for setting of debug verbosity.
54- Added CVS headers and some cleanup ...
55
5625 May 2007 - P.Arce (error_propagation-V08-03-00, 01, 02)
57- First version.
58
5912 May 2007 - G.Cosmo
60- Directory structure created.
Note: See TracBrowser for help on using the repository browser.