|
[Rivet-svn] rivet: Add missing headersRivet Mercurial rivet at projects.hepforge.orgSun Jun 10 18:45:02 BST 2018
details: https://rivet.hepforge.org/hg/rivet/rev/69a9783d11b4 branches: release-2-6-x changeset: 6327:69a9783d11b4 user: Andy Buckley <andy at insectnation.org> date: Sun Jun 10 18:40:34 2018 +0100 description: Add missing headers diffs (34 lines): --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/Rivet/Projections/DirectFinalState.hh Sun Jun 10 18:40:34 2018 +0100 @@ -0,0 +1,14 @@ +// -*- C++ -*- +#ifndef RIVET_DirectFinalState_HH +#define RIVET_DirectFinalState_HH + +#include "Rivet/Projections/PromptFinalState.hh" + +namespace Rivet { + + /// Alias with a more correct name + using DirectFinalState = PromptFinalState; + +} + +#endif --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/Rivet/Projections/IndirectFinalState.hh Sun Jun 10 18:40:34 2018 +0100 @@ -0,0 +1,14 @@ +// -*- C++ -*- +#ifndef RIVET_IdnirectFinalState_HH +#define RIVET_IndirectFinalState_HH + +#include "Rivet/Projections/NonPromptFinalState.hh" + +namespace Rivet { + + /// Alias with a more correct name + using IndirectFinalState = NonPromptFinalState; + +} + +#endif
More information about the Rivet-svn mailing list |