[Rivet-svn] r2649 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Aug 11 17:31:58 BST 2010


Author: buckley
Date: Wed Aug 11 17:31:58 2010
New Revision: 2649

Log:
Hopefully solving the if-no-ref files bug!

Modified:
   trunk/bin/compare-histos

Modified: trunk/bin/compare-histos
==============================================================================
--- trunk/bin/compare-histos	Mon Aug  9 16:28:26 2010	(r2648)
+++ trunk/bin/compare-histos	Wed Aug 11 17:31:58 2010	(r2649)
@@ -368,7 +368,7 @@
 
         ## Identify reference file for this histo
         ref = opts.REF_ID
-        if ref == "REF":
+        if ref == "REF" and activereffiles:
             ref = activereffiles[0]
         if not ref in activefiles:
             ref = activefiles[0]


More information about the Rivet-svn mailing list