[Rivet-svn] r2376 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sat Apr 3 20:24:09 BST 2010


Author: fsiegert
Date: Sat Apr  3 20:24:08 2010
New Revision: 2376

Log:
rivet-mkhtml: Make data appear first in legend.

Modified:
   trunk/bin/rivet-mkhtml

Modified: trunk/bin/rivet-mkhtml
==============================================================================
--- trunk/bin/rivet-mkhtml	Sat Apr  3 18:19:21 2010	(r2375)
+++ trunk/bin/rivet-mkhtml	Sat Apr  3 20:24:08 2010	(r2376)
@@ -90,7 +90,7 @@
 if len(aidafiles)+len(reffiles) < 2:
     ch_cmd.append("--show-ref-only")
     ch_cmd.append("--no-ratio")
-for file in aidafiles+reffiles:
+for file in reffiles+aidafiles:
     ch_cmd.append("%s" % os.path.abspath(file))
 Popen(ch_cmd, cwd=opts.OUTPUTDIR).wait()
 


More information about the Rivet-svn mailing list