Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

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

    r819 r1340  
    4040    ~G4FermiMomentum();
    4141   
    42     inline void Init(G4double anA, G4double aZ) {theA = anA; theZ = aZ;}
     42    inline void Init(G4int anA, G4int aZ) {theA = anA; theZ = aZ;}
    4343   
    4444    inline G4double GetFermiMomentum(G4double density)
     
    6767  private:
    6868 
    69     G4double theA;
    70     G4double theZ;
     69    G4int theA;
     70    G4int theZ;
    7171      // pmax= hbar * c * ( 3* pi**2 * rho )**(1/3) =
    7272      //       hbar * c * ( 3* pi**2 )**(1/3) * rho**(1/3)=
Note: See TracChangeset for help on using the changeset viewer.