Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[cxxmodules] Remove RooFit workaround.
  • Loading branch information
vgvassilev committed Nov 24, 2017
commit 24bb34f59791a037928e88c12caf2515fa99a1e6
2 changes: 1 addition & 1 deletion roofit/roofitcore/src/RooBanner.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static Int_t dummy = doBanner() ;
Int_t doBanner()

{
#if !defined(__ROOFIT_NOBANNER) || !defined(R__USE_CXXMODULES)
#ifndef __ROOFIT_NOBANNER
if (gEnv->GetValue("RooFit.Banner", 1)) {
cout << endl
<< "\033[1mRooFit v" << VTAG << " -- Developed by Wouter Verkerke and David Kirkby\033[0m " << endl
Expand Down