Changeset 1228 for trunk/source/processes/hadronic/models/util/src
- Timestamp:
- Jan 8, 2010, 11:56:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/hadronic/models/util/src/G4WilsonRadius.cc
r819 r1228 84 84 else 85 85 { 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, 87 90 2.57, 2.41, 2.23, 2.519, 2.45, 88 91 2.42, 2.471, 2.440, 2.58, 2.611,
Note:
See TracChangeset
for help on using the changeset viewer.
