|
[Rivet-svn] rivet: Typo fixRivet Mercurial rivet at projects.hepforge.orgTue Jul 26 22:15:01 BST 2016
details: https://rivet.hepforge.org/hg/rivet/rev/3e44009e4e73 branches: release-2-5-x changeset: 5354:3e44009e4e73 user: Andy Buckley <andy at insectnation.org> date: Tue Jul 26 22:14:33 2016 +0100 description: Typo fix diffs (11 lines): --- a/include/Rivet/Tools/ParticleBaseUtils.hh Tue Jul 26 12:00:49 2016 +0100 +++ b/include/Rivet/Tools/ParticleBaseUtils.hh Tue Jul 26 22:14:33 2016 +0100 @@ -126,7 +126,7 @@ //@{ /// Unbound function access to momentum - inline Vector3 mom(const ParticleBase& p) { return p.mom(); } + inline FourMomentum mom(const ParticleBase& p) { return p.mom(); } /// Unbound function access to p3 inline Vector3 p3(const ParticleBase& p) { return p.p3(); }
More information about the Rivet-svn mailing list |