Skip to content
Snippets Groups Projects
Commit fce89f19 authored by adrien-matta's avatar adrien-matta
Browse files

* Prevent splash of nplib version in root cint

parent f7eaaa2b
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,8 @@ void NPOptionManager::ReadTheInputArgument(int argc, char** argv){ ...@@ -143,7 +143,8 @@ void NPOptionManager::ReadTheInputArgument(int argc, char** argv){
//else ; //else ;
} }
CheckArguments(); CheckArguments();
DisplayVersion(); if(argc!=0)
DisplayVersion();
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
void NPOptionManager::DisplayVersion(){ void NPOptionManager::DisplayVersion(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment