[Rivet-svn] r3079 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu May 5 12:48:27 BST 2011


Author: buckley
Date: Thu May  5 12:48:27 2011
New Revision: 3079

Log:
Properly disable mc errs default in rivet-mkhtml

Modified:
   trunk/bin/rivet-mkhtml

Modified: trunk/bin/rivet-mkhtml
==============================================================================
--- trunk/bin/rivet-mkhtml	Wed May  4 21:35:49 2011	(r3078)
+++ trunk/bin/rivet-mkhtml	Thu May  5 12:48:27 2011	(r3079)
@@ -42,7 +42,7 @@
 parser.add_option("-s", "--single", dest="SINGLE", action="store_true",
                   default=False, help="display plots on single webpage.")
 parser.add_option("--mc-errs", dest="MC_ERRS", action="store_true",
-                  default=True, help="plot error bars.")
+                  default=False, help="plot error bars.")
 parser.add_option("--refid", dest="REF_ID",
                   default=None, help="ID of reference data set (file path for non-REF data)")
 parser.add_option("-n", "--num-threads", metavar="NUMTHREADS", dest="NUMTHREADS", type=int,


More information about the Rivet-svn mailing list