Skip to content

Commit

Permalink
Re-added version output when -l flag is used
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzenzBildstein committed Jun 13, 2017
1 parent cfb95f7 commit a97eb53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/TGRSIint/TGRSIint.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ void TGRSIint::PrintLogo(bool print)

std::thread drawlogo(&TGRSIint::DrawLogo, this);
drawlogo.detach();
} else {
std::cout<<"\tgrsisort version "<<GRSI_RELEASE<<std::endl;
}
}

Expand Down

0 comments on commit a97eb53

Please sign in to comment.