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

update

File:
1 edited

Legend:

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

    r961 r991  
    2424// ********************************************************************
    2525//
    26 // $Id: G4CrossSectionExcitationMillerGreenPartial.cc,v 1.3 2009/01/20 07:40:53 sincerti Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4CrossSectionExcitationMillerGreenPartial.cc,v 1.2 2008/07/14 20:47:34 sincerti Exp $
     27// GEANT4 tag $Name: geant4-09-02 $
    2828
    2929#include "G4CrossSectionExcitationMillerGreenPartial.hh"
     
    115115  tCorrected = k * kineticEnergyCorrection[particleTypeIndex];
    116116
    117   // SI - added protection
    118   if (tCorrected < waterExcitation.ExcitationEnergy(excitationLevel)) return 0;
    119   //
    120  
    121117  G4int z = 10;
    122118
     
    162158  // ELECTRON CORRECTION
    163159 
    164   if ( particle == instance->GetIon("alpha++")||
    165        particle == G4Proton::ProtonDefinition())
    166        
     160  if ( particle == instance->GetIon("alpha++"))
    167161  {  while (i > 0)
    168162     {
Note: See TracChangeset for help on using the changeset viewer.