Ignore:
Timestamp:
Apr 6, 2009, 12:21:12 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/lowenergy/src/G4AtomicTransitionManager.cc

    r819 r961  
    2626//
    2727// $Id: G4AtomicTransitionManager.cc,v 1.2 ????
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// Authors: Elena Guardincerri (Elena.Guardincerri@ge.infn.it)
     
    319319        G4double totalRadTransProb = 0;
    320320       
    321       for (size_t j = 1; j<transProb.size(); j++)
     321        for (size_t j = 0; j<transProb.size(); j++) // AM -- corrected, it was 1
    322322        {
    323323          totalRadTransProb = totalRadTransProb + transProb[j];
     
    361361      G4double totalRadTransProb = 0;
    362362     
    363       for(size_t j = 1; j<transProb.size(); j++)
     363      for(size_t j = 0; j<transProb.size(); j++) // AM -- Corrected, was 1
    364364        {
    365365          totalRadTransProb = totalRadTransProb + transProb[j];
Note: See TracChangeset for help on using the changeset viewer.