Skip to content

Commit

Permalink
show version also in banner
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Jun 21, 2022
1 parent fc8a6c4 commit 707f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vrap.C
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void defaultSettings(){

void printBanner(){
std::cout << "======================================================== " << std::endl;
std::cout << "= Hawaiian Vrap-VERSION = " << std::endl;
std::cout << "= Hawaiian Vrap-" VERSION " = " << std::endl;
std::cout << "= = " << std::endl;
std::cout << "= Computes rapidity distributions for = " << std::endl;
std::cout << "= production of electroweak vector bosons in = " << std::endl;
Expand Down

0 comments on commit 707f03e

Please sign in to comment.