Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/high_energy/History

    r1315 r1347  
    1414  * Please list in reverse chronological order (last date on top)
    1515  ---------------------------------------------------------------
     16
     17 3 Dec 2010 - Dennis Wright (hadr-hep-V09-03-03)
     18------------------------------------------------
     19- more CoVerity bug fixes in G4HEInelastic.cc :
     20  array overrun in method QuasiElasticScattering (change pvmx[4] to
     21    pvmx[0]
     22  dead code due to bools dummy and dum always being false
     23  memory leak in methods HighEnergyCascading, MediumEnergyCascading,
     24    QuasiElasticScattering
     25  use of loop variable outside of for loop
     26
     2727 Nov 2010 - Dennis Wright (hadr-hep-V09-03-02)
     28------------------------------------------------
     29- more CoVerity bug fixes:  G4HEInelastic.hh (init verboseLevel),
     30- make incidentParticle and targetParticle args const &
     31
     3212 Nov 2010 - Dennis Wright (hadr-hep-V09-03-01)
     33------------------------------------------------
     34- Fix uninitialized variable (vecLength = 0) in header files of
     35    G4HEAntiLambdaInelastic, G4HEAntiNeutronInelastic
     36    G4HEAntiOmegaMinusInelastic, G4HEAntiProtonInelastic
     37    G4HEAntiSigmaMinusInelastic, G4HEAntiSigmaPlusInelastic
     38    G4HEAntiXiMinusInelastic, G4HEAntiXiZeroInelastic
     39    G4HEKaonMinusInelastic, G4HEKaonPlusInelastic
     40    G4HEKaonZeroInelastic, G4HELambdaInelastic
     41    G4HENeutronInelastic,  G4HEOmegaMinusInelastic
     42    G4HEPionMinusInelastic,  G4HEPionPlusInelastic
     43    G4HEProtonInelastic,  G4HESigmaMinusInelastic
     44    G4HESigmaPlusInelastic,  G4HEXiMinusInelastic
     45    G4HEXiZeroInelastic
     46  and remove dead code in .cc files of above
     47
     48- Fix uninitialized variable (MAXPART = 0) in header file of
     49    G4HEInelastic
     50- Initialize theQuarkContent and theAntiQuarkContent
     51    in G4HEVector.hh
    1652
    175323 Jan 2010 - Dennis Wright (hadr-hep-V09-03-00)
Note: See TracChangeset for help on using the changeset viewer.