[Rivet-svn] r3048 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Apr 7 16:32:01 BST 2011


Author: hoeth
Date: Thu Apr  7 16:32:00 2011
New Revision: 3048

Log:
fix --no-rivet-refs behaviour in rivet-rmgaps

Modified:
   trunk/bin/rivet-rmgaps

Modified: trunk/bin/rivet-rmgaps
==============================================================================
--- trunk/bin/rivet-rmgaps	Thu Apr  7 14:28:18 2011	(r3047)
+++ trunk/bin/rivet-rmgaps	Thu Apr  7 16:32:00 2011	(r3048)
@@ -138,8 +138,8 @@
 from optparse import OptionParser
 parser = OptionParser(usage=__doc__)
 parser.add_option("-R", "--rivet-refs", dest="USE_RIVETREFS", action="store_true", default=True,
-                  help="use the Rivet reference data files for comparison")
-parser.add_option("--no-rivet-refs", dest="USE_RIVETREFS", action="store_true", default=True,
+                  help="use the Rivet reference data files for comparison (default)")
+parser.add_option("--no-rivet-refs", dest="USE_RIVETREFS", action="store_false", default=True,
                   help="don't use the Rivet reference data files for comparison")
 parser.add_option("-v", "--verbose", action="store_const", const=logging.DEBUG, dest="LOGLEVEL",
                   default=logging.INFO, help="print debug (very verbose) messages")


More information about the Rivet-svn mailing list