diff --git a/source/groops.cpp b/source/groops.cpp index 3f88d0f6..03691a5b 100644 --- a/source/groops.cpp +++ b/source/groops.cpp @@ -82,7 +82,7 @@ GitHub repository: https://github.com/groops-devs/groops /***********************************************/ -static void groopsHelp(const std::string &progName, Parallel::CommunicatorPtr comm) +static void groopsHelp(const std::string &progName, Parallel::CommunicatorPtr comm, UInt exitCode=EXIT_FAILURE) { if(Parallel::isMaster(comm)) { @@ -104,7 +104,7 @@ static void groopsHelp(const std::string &progName, Parallel::CommunicatorPtr co std::cout<<"GitHub repository: https://github.com/groops-devs/groops"<