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/cross_sections/include/G4HadronFissionDataSet.hh

    r819 r1340  
    6262   }
    6363
    64    G4bool IsZAApplicable(const G4DynamicParticle* aParticle,
    65                          G4double ZZ, G4double AA)
     64   G4bool IsIsoApplicable(const G4DynamicParticle* aParticle,
     65                          G4int ZZ, G4int AA)
    6666   {
    6767     return theHadronCrossSections->IsApplicable(aParticle, ZZ, AA);
     
    7676   }
    7777
    78    G4double GetIsoZACrossSection(const G4DynamicParticle* aParticle,
    79                             G4double ZZ, G4double AA,
    80                             G4double /*aTemperature*/)
     78   G4double GetZandACrossSection(const G4DynamicParticle* aParticle,
     79                                 G4int ZZ, G4int AA,
     80                                 G4double /*aTemperature*/)
    8181   {
    8282     return theHadronCrossSections->GetFissionCrossSection(aParticle, ZZ, AA);
Note: See TracChangeset for help on using the changeset viewer.