|
[Rivet-svn] r3493 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Nov 21 15:36:36 GMT 2011
Author: dgrell Date: Mon Nov 21 15:36:36 2011 New Revision: 3493 Log: fixed make check Modified: trunk/bin/rivet Modified: trunk/bin/rivet ============================================================================== --- trunk/bin/rivet Sat Nov 19 21:25:40 2011 (r3492) +++ trunk/bin/rivet Mon Nov 21 15:36:36 2011 (r3493) @@ -411,8 +411,8 @@ RUNNAME = opts.RUN_NAME or "" ah = rivet.AnalysisHandler(RUNNAME) ah.setIgnoreBeams(opts.IGNORE_BEAMS) -if opts.ALL_ANALYSES: - opts.ANALYSES = all_analyses +#if opts.ALL_ANALYSES: +# opts.ANALYSES = all_analyses for a in opts.ANALYSES: a_up = a.upper() ## Print warning message and exit if not a valid analysis name
More information about the Rivet-svn mailing list |