Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (16 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/util/src/G4WilsonRadius.cc

    r819 r1228  
    8484  else
    8585  {
    86     G4double r[27] = {0.0, 0.85,  2.095, 1.976, 1.671, 1.986,
     86        // this was changed from just G4double to static const G4double
     87        // to make sure that time wasn't being wasted on every call reloading a stack variable
     88        // by MHM 20050119
     89    static const G4double r[27] = {0.0, 0.85,  2.095, 1.976, 1.671, 1.986,
    8790                           2.57,  2.41,  2.23,  2.519, 2.45,
    8891                           2.42,  2.471, 2.440, 2.58,  2.611,
Note: See TracChangeset for help on using the changeset viewer.