source: trunk/source/processes/hadronic/models/lll_fission/History @ 846

Last change on this file since 846 was 819, checked in by garnier, 16 years ago

import all except CVS

File size: 2.9 KB
Line 
1-------------------------------------------------------------------
2
3      ==========================================================
4      Geant4 - an Object-Oriented Toolkit for Phyiscs Simulation
5      ==========================================================
6
7     History file for Lawrence Livermore Laboratory Fission Model
8     ------------------------------------------------------------
9
10This file should be used to summarize modifications introduced in the
11code and to keep track of all tags.
12
13    ---------------------------------------------------------------
14    * Please list in reverse chronological order (last date on top)
15    ---------------------------------------------------------------
16
1727 June 2007 Gabriele Cosmo (hadr-lllfis-V08-03-07)
18---------------------------------------------------
19- Replace NeutronHPCrossSections with G4NEUTRONHPDATA variable.
20
211 June 2007 Dennis Wright (hadr-lllfis-V08-03-06)
22-------------------------------------------------
23- Fix un-initialized variable in G4SmpNuDistDataPu239.cc
24
251 June 2007 Gabriele Cosmo (hadr-lllfis-V08-03-05)
26--------------------------------------------------
27- Use <cmath> and std:: in front of mathematical functions.
28- Get rid of templated wrapper for random generator. Not necessary ?
29  Resolves compilation problems on Windows.
30
3131 May 2007 Dennis Wright (hadr-lllfis-V08-03-04)
32-------------------------------------------------
33- G4FissionLibrary.hh, .cc : moved constructor to .cc and instantiated base
34    class in it (to fix VC++ compiler error)
35- G4RNGWrapper.cc : added <class T> after "template" (VC++ compiler)
36- G4SmpIsoDir.cc : replace 2*M_PI with twopi
37- G4SmpNugDist.cc : made arguments of pow and sqrt G4double (VC++ compiler)
38- G4rngc.cc : replace function pointers with G4UniformRand  (VC++ compiler)
39
4030 May 2007 Dennis Wright (hadr-lllfis-V08-03-03)
41-------------------------------------------------
42- fixed compiler warnings:
43  control reaches end of function:
44    G4SmpGEng.cc, G4SmpNEngCf252.cc, G4SmpNuDistDataU235.cc,
45    G4SmpNugDist.cc
46  unused parameter: G4SmpPVel.cc
47  un-initialized array: G4SmpNuDistDataU235.cc, G4SmpNuDistDataU238.cc
48  missing braces in array initialization: G4SmpSpNuDistData.cc,
49    G4SmpWatt.cc
50
5129 May 2007 Dennis Wright (hadr-lllfis-V08-03-02)
52-------------------------------------------------
53- Changed all file names to start with G4, changed int, float
54  and double to G4int, G4float and G4double,
55  removed extern C statements
56
5729 May 2007 Gabriele Cosmo (hadr-lllfis-V08-03-01)
58--------------------------------------------------
59- Fixed compilation errors on gcc-4.1.2 for extra ';' in the code.
60  Affected files: fissionEvent.cc, G4LLNLFission.cc.
61
6221 May 2007 Dennis Wright (hadr-lllfis-V08-03-00)
63-------------------------------------------------
64- new directory created for LLNL spontaneous fission model.
65  Livermore code given Geant4 license headers and .h files were
66  converted to .hh
67
Note: See TracBrowser for help on using the repository browser.