[Rivet-svn] r3202 - branches/2011-07-aida2yoda/include/Rivet

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jul 19 13:47:39 BST 2011


Author: dgrell
Date: Tue Jul 19 13:47:39 2011
New Revision: 3202

Log:
cerr fix

Modified:
   branches/2011-07-aida2yoda/include/Rivet/Analysis.hh

Modified: branches/2011-07-aida2yoda/include/Rivet/Analysis.hh
==============================================================================
--- branches/2011-07-aida2yoda/include/Rivet/Analysis.hh	Tue Jul 19 13:45:41 2011	(r3201)
+++ branches/2011-07-aida2yoda/include/Rivet/Analysis.hh	Tue Jul 19 13:47:39 2011	(r3202)
@@ -503,7 +503,6 @@
   public:
     /// List of registered plot objects
     const vector<AnalysisObjectPtr> & plots() const {
-      cerr << "\nPLOTS\n" << _plotobjects.size() << '\n';
       return _plotobjects;
     }
 


More information about the Rivet-svn mailing list