Changeset 571 in svn for trunk/Utilities/HepMC/src/Units.cc
- Timestamp:
- Nov 2, 2011, 5:06:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/HepMC/src/Units.cc
r349 r571 52 52 // if this function fails to compile, rerun configure using --with-length_units 53 53 LengthUnit default_length_unit() { 54 //return @HEPMC_DEFAULT_LEN_UNIT@ ;55 54 return MM ; 56 55 } … … 58 57 // if this function fails to compile, rerun configure using --with-momentum_units 59 58 MomentumUnit default_momentum_unit() { 60 //return @HEPMC_DEFAULT_MOM_UNIT@ ; 61 return GEV; 59 return GEV ; 62 60 } 63 61
Note:
See TracChangeset
for help on using the changeset viewer.