[Rivet-svn] r2389 - trunk/src/Core

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Apr 5 20:07:44 BST 2010


Author: buckley
Date: Mon Apr  5 20:07:44 2010
New Revision: 2389

Log:
Don't use the ProjectionHandler::destroy() function -- it segfaults :O

Modified:
   trunk/src/Core/AnalysisHandler.cc

Modified: trunk/src/Core/AnalysisHandler.cc
==============================================================================
--- trunk/src/Core/AnalysisHandler.cc	Mon Apr  5 19:49:26 2010	(r2388)
+++ trunk/src/Core/AnalysisHandler.cc	Mon Apr  5 20:07:44 2010	(r2389)
@@ -140,7 +140,7 @@
     _analyses.clear();
 
     // Delete singletons
-    ProjectionHandler::destroy();
+    //ProjectionHandler::destroy();
     //HistoHandler::destroy();
 
     // Print out MCnet boilerplate


More information about the Rivet-svn mailing list