Fork me on GitHub

Ignore:
Timestamp:
Nov 2, 2011, 5:06:22 PM (13 years ago)
Author:
cp3-support
Message:

upgrade HepMC to version 2.06.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/HepMC/src/Units.cc

    r349 r571  
    5252    // if this function fails to compile, rerun configure using --with-length_units
    5353    LengthUnit default_length_unit() {
    54       //return @HEPMC_DEFAULT_LEN_UNIT@ ;
    5554      return MM ;
    5655    }
     
    5857    // if this function fails to compile, rerun configure using --with-momentum_units
    5958    MomentumUnit default_momentum_unit() {
    60       //return @HEPMC_DEFAULT_MOM_UNIT@ ;
    61       return GEV;
     59      return GEV ;
    6260    }
    6361
Note: See TracChangeset for help on using the changeset viewer.