|
[Rivet-svn] r3098 - in trunk: . include/Rivetblackhole at projects.hepforge.org blackhole at projects.hepforge.orgSun May 22 11:06:28 BST 2011
Author: buckley Date: Sun May 22 11:06:28 2011 New Revision: 3098 Log: Removing actually-unused ProjectionApplier.fhh forward declaration header. Modified: trunk/ChangeLog trunk/include/Rivet/Makefile.am trunk/include/Rivet/ProjectionApplier.hh trunk/include/Rivet/ProjectionHandler.hh Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog Fri May 20 15:06:57 2011 (r3097) +++ trunk/ChangeLog Sun May 22 11:06:28 2011 (r3098) @@ -1,3 +1,8 @@ +2011-05-22 Andy Buckley <andy at insectnation.org> + + * Removing actually-unused ProjectionApplier.fhh forward + declaration header. + 2011-05-20 Andy Buckley <andy at insectnation.org> * Removing import of ipython shell from rivet-rescale, having just Modified: trunk/include/Rivet/Makefile.am ============================================================================== --- trunk/include/Rivet/Makefile.am Fri May 20 15:06:57 2011 (r3097) +++ trunk/include/Rivet/Makefile.am Sun May 22 11:06:28 2011 (r3098) @@ -16,7 +16,7 @@ Analysis.hh Analysis.fhh AnalysisBuilder.hh \ AnalysisHandler.hh AnalysisHandler.fhh \ AnalysisInfo.hh ProjectionHandler.hh \ - ProjectionApplier.hh ProjectionApplier.fhh \ + ProjectionApplier.hh \ Projection.hh Projection.fhh \ Cmp.hh Cmp.fhh \ ParticleName.hh AnalysisLoader.hh \ Modified: trunk/include/Rivet/ProjectionApplier.hh ============================================================================== --- trunk/include/Rivet/ProjectionApplier.hh Fri May 20 15:06:57 2011 (r3097) +++ trunk/include/Rivet/ProjectionApplier.hh Sun May 22 11:06:28 2011 (r3098) @@ -5,7 +5,6 @@ #include "Rivet/Rivet.hh" #include "Rivet/Event.fhh" #include "Rivet/Projection.fhh" -#include "Rivet/ProjectionApplier.fhh" #include "Rivet/ProjectionHandler.hh" #include "Rivet/Tools/Logging.hh" Modified: trunk/include/Rivet/ProjectionHandler.hh ============================================================================== --- trunk/include/Rivet/ProjectionHandler.hh Fri May 20 15:06:57 2011 (r3097) +++ trunk/include/Rivet/ProjectionHandler.hh Sun May 22 11:06:28 2011 (r3098) @@ -5,7 +5,6 @@ #include "Rivet/Rivet.hh" #include "Rivet/RivetBoost.hh" #include "Rivet/Tools/Logging.fhh" -#include "Rivet/ProjectionApplier.fhh" #include "Rivet/Projection.fhh" namespace Rivet {
More information about the Rivet-svn mailing list |