Skip to content

Commit

Permalink
no-roofit-banner
Browse files Browse the repository at this point in the history
  • Loading branch information
scott snyder committed Jun 3, 2022
1 parent af379d5 commit 01971ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roofit/roofitcore/src/Initialisation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace {
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// Print RooFit banner.
void doBanner() {
#ifndef __ROOFIT_NOBANNER
#if 0//ndef __ROOFIT_NOBANNER
if (gEnv->GetValue("RooFit.Banner", 1) == 0)
return;

Expand All @@ -24,7 +24,7 @@ void doBanner() {

std::cout << '\n'
<< "\033[1mRooFit v" << VTAG << " -- Developed by Wouter Verkerke and David Kirkby\033[0m " << '\n'
<< " Copyright (C) 2000-2013 NIKHEF, University of California & Stanford University" << '\n'
<< " Copyright (C) 2000-2021 NIKHEF, University of California & Stanford University" << '\n'
<< " All rights reserved, please read http://roofit.sourceforge.net/license.txt" << '\n'
<< std::endl;
#endif
Expand Down

0 comments on commit 01971ae

Please sign in to comment.