|
[Rivet-svn] r2963 - trunk/src/Coreblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Feb 23 10:16:04 GMT 2011
Author: buckley Date: Wed Feb 23 10:16:03 2011 New Revision: 2963 Log: Typo fix! Thanks Frank :) Modified: trunk/src/Core/AnalysisHandler.cc Modified: trunk/src/Core/AnalysisHandler.cc ============================================================================== --- trunk/src/Core/AnalysisHandler.cc Tue Feb 22 23:48:07 2011 (r2962) +++ trunk/src/Core/AnalysisHandler.cc Wed Feb 23 10:16:03 2011 (r2963) @@ -68,7 +68,7 @@ const size_t num_anas_requested = analysisNames().size(); removeIncompatibleAnalyses(beamIds()); foreach (const AnaHandle a, analyses()) { - if (toUpper(a->status()) != "PRELIMINARY") { + if (toUpper(a->status()) == "PRELIMINARY") { MSG_WARNING("Analysis '" << a->name() << "' is preliminary: be careful, it may change and/or be renamed!"); } else if (toUpper(a->status()) != "VALIDATED") { MSG_WARNING("Analysis '" << a->name() << "' is unvalidated: be careful, it may be broken!");
More information about the Rivet-svn mailing list |