mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
- add test for serialization examples 1&2
- rename serialization files and scripts - remove policy and host header files from fairmq installation
This commit is contained in:
@@ -35,7 +35,7 @@ FairMQProgOptions::~FairMQProgOptions()
|
||||
|
||||
void FairMQProgOptions::ParseAll(const int argc, char** argv, bool allowUnregistered)
|
||||
{
|
||||
LOG(NOLOG) << "";
|
||||
|
||||
// init description
|
||||
InitOptionDescription();
|
||||
// parse command line options
|
||||
|
@@ -32,6 +32,8 @@ FairProgOptions::FairProgOptions() :
|
||||
fUseConfigFile(false),
|
||||
fConfigFile()
|
||||
{
|
||||
|
||||
LOG(NOLOG) << "";// temporary hack to prevent throwing exception when accessing empty sinklist --> fixed me
|
||||
fGenericDesc.add_options()
|
||||
("help,h", "produce help")
|
||||
("version,v", "print version")
|
||||
|
Reference in New Issue
Block a user