Ignore:
Timestamp:
May 28, 2009, 4:26:57 PM (15 years ago)
Author:
garnier
Message:

maj sur la beta de geant 4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/util/include/G4NeutronCoulombBarrier.hh

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4NeutronCoulombBarrier.hh,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4NeutronCoulombBarrier.hh,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    4040{
    4141public:
    42         G4NeutronCoulombBarrier() : G4CoulombBarrier(1,0) {};
    43         ~G4NeutronCoulombBarrier() {};
     42        G4NeutronCoulombBarrier() : G4CoulombBarrier(1,0) {}
     43        ~G4NeutronCoulombBarrier() {}
    4444
    4545private:
     
    5252private:
    5353
    54         virtual G4double BarrierPenetrationFactor(const G4double ) const
     54        G4double BarrierPenetrationFactor(const G4double ) const
    5555        { return 1.0;}
    56 
    5756
    5857};
Note: See TracChangeset for help on using the changeset viewer.