[Rivet-svn] r2989 - trunk/include/Rivet

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Feb 28 10:40:22 GMT 2011


Author: fsiegert
Date: Mon Feb 28 10:40:22 2011
New Revision: 2989

Log:
Try to make Hudson happy by providing obsolete (empty) method call.

Modified:
   trunk/include/Rivet/AnalysisHandler.hh

Modified: trunk/include/Rivet/AnalysisHandler.hh
==============================================================================
--- trunk/include/Rivet/AnalysisHandler.hh	Sun Feb 27 17:25:02 2011	(r2988)
+++ trunk/include/Rivet/AnalysisHandler.hh	Mon Feb 28 10:40:22 2011	(r2989)
@@ -177,6 +177,10 @@
     /// @name Main init/execute/finalise
     //@{
 
+    /// @deprecated Obsolete method, kept only for backwards compatibility
+    void init() {}
+
+
     /// Initialize a run, with the run beams taken from the example event.
     void init(const GenEvent& event);
 


More information about the Rivet-svn mailing list