Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/cross_sections/src/G4UPiNuclearCrossSection.cc

    r1196 r1315  
    106106  if(idx >= NZ) idx = NZ - 1;
    107107  G4int iz2 = theZ[idx];
    108 
     108  //  G4cout << "U: iz= " << iz << " iz2= " << iz2 << "  "
     109  //  << APower[iz] << "  " << APower[iz2]<<G4endl;
    109110  G4double x2 = (((*table)[idx])->Value(ekin))*APower[iz]/APower[iz2];
    110111
     
    184185    theA.push_back(nist->GetAtomicMassAmu(iz[i]));
    185186  }
    186   for(i=1; i<92; i++) {
     187  for(i=1; i<93; i++) {
    187188    APower[i] = std::pow(nist->GetAtomicMassAmu(i),aPower);
    188189  }
Note: See TracChangeset for help on using the changeset viewer.