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

Last change on this file since 1196 was 962, checked in by garnier, 15 years ago

update processes

File size: 3.0 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
1709 July 2008 Dennis Wright (hadr-lllfis-V09-01-00)
18--------------------------------------------------
19- Replace exit() with G4Exception() in G4fissionerr.
20
2127 June 2007 Gabriele Cosmo (hadr-lllfis-V08-03-07)
22---------------------------------------------------
23- Replace NeutronHPCrossSections with G4NEUTRONHPDATA variable.
24
251 June 2007 Dennis Wright (hadr-lllfis-V08-03-06)
26-------------------------------------------------
27- Fix un-initialized variable in G4SmpNuDistDataPu239.cc
28
291 June 2007 Gabriele Cosmo (hadr-lllfis-V08-03-05)
30--------------------------------------------------
31- Use <cmath> and std:: in front of mathematical functions.
32- Get rid of templated wrapper for random generator. Not necessary ?
33  Resolves compilation problems on Windows.
34
3531 May 2007 Dennis Wright (hadr-lllfis-V08-03-04)
36-------------------------------------------------
37- G4FissionLibrary.hh, .cc : moved constructor to .cc and instantiated base
38    class in it (to fix VC++ compiler error)
39- G4RNGWrapper.cc : added <class T> after "template" (VC++ compiler)
40- G4SmpIsoDir.cc : replace 2*M_PI with twopi
41- G4SmpNugDist.cc : made arguments of pow and sqrt G4double (VC++ compiler)
42- G4rngc.cc : replace function pointers with G4UniformRand  (VC++ compiler)
43
4430 May 2007 Dennis Wright (hadr-lllfis-V08-03-03)
45-------------------------------------------------
46- fixed compiler warnings:
47  control reaches end of function:
48    G4SmpGEng.cc, G4SmpNEngCf252.cc, G4SmpNuDistDataU235.cc,
49    G4SmpNugDist.cc
50  unused parameter: G4SmpPVel.cc
51  un-initialized array: G4SmpNuDistDataU235.cc, G4SmpNuDistDataU238.cc
52  missing braces in array initialization: G4SmpSpNuDistData.cc,
53    G4SmpWatt.cc
54
5529 May 2007 Dennis Wright (hadr-lllfis-V08-03-02)
56-------------------------------------------------
57- Changed all file names to start with G4, changed int, float
58  and double to G4int, G4float and G4double,
59  removed extern C statements
60
6129 May 2007 Gabriele Cosmo (hadr-lllfis-V08-03-01)
62--------------------------------------------------
63- Fixed compilation errors on gcc-4.1.2 for extra ';' in the code.
64  Affected files: fissionEvent.cc, G4LLNLFission.cc.
65
6621 May 2007 Dennis Wright (hadr-lllfis-V08-03-00)
67-------------------------------------------------
68- new directory created for LLNL spontaneous fission model.
69  Livermore code given Geant4 license headers and .h files were
70  converted to .hh
71
Note: See TracBrowser for help on using the repository browser.