[Rivet-svn] r3200 - branches/2011-07-aida2yoda/test

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jul 19 13:44:17 BST 2011


Author: dgrell
Date: Tue Jul 19 13:44:17 2011
New Revision: 3200

Log:
removed obsolete constructor from test

Modified:
   branches/2011-07-aida2yoda/test/testApi.cc

Modified: branches/2011-07-aida2yoda/test/testApi.cc
==============================================================================
--- branches/2011-07-aida2yoda/test/testApi.cc	Tue Jul 19 12:27:42 2011	(r3199)
+++ branches/2011-07-aida2yoda/test/testApi.cc	Tue Jul 19 13:44:17 2011	(r3200)
@@ -5,10 +5,6 @@
 using namespace std;
 
 int main() {
-  // Old type of constructor
-  /// @deprecated Use new kind which specifies output names only when writing
-  Rivet::AnalysisHandler rivet_old("out", "", Rivet::AIDAML);
-
   // New type
   Rivet::AnalysisHandler rivet;
 


More information about the Rivet-svn mailing list