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/utils/include/G4VEmFluctuationModel.hh

    r961 r991  
    2424// ********************************************************************
    2525//
    26 // $Id: G4VEmFluctuationModel.hh,v 1.12 2009/02/19 11:25:50 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4VEmFluctuationModel.hh,v 1.11 2008/09/12 14:47:38 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02 $
    2828//
    2929// -------------------------------------------------------------------
     
    101101  //------------------------------------------------------------------------
    102102
    103   inline G4String GetName() const;
     103  G4String GetName() const;
    104104
    105105private:
     
    115115//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    116116
     117inline void G4VEmFluctuationModel::InitialiseMe(const G4ParticleDefinition*)
     118{}
     119
     120inline
     121void G4VEmFluctuationModel::SetParticleAndCharge(const G4ParticleDefinition*,
     122                                                 G4double)
     123{}
     124
    117125inline G4String G4VEmFluctuationModel::GetName() const
    118126{
Note: See TracChangeset for help on using the changeset viewer.