Merged muonspin/musrfit:root6 into master

This commit is contained in:
Zaher Salman 2022-04-29 10:43:35 +02:00
commit e1c9a61251

View File

@ -302,7 +302,7 @@ int main(int argc, char *argv[])
if (!rl.Parse(errMsg)) { if (!rl.Parse(errMsg)) {
std::cerr << "**ERROR** in run list: -rl " << runStr << std::endl; std::cerr << "**ERROR** in run list: -rl " << runStr << std::endl;
std::cerr << errMsg << std::endl; std::cerr << errMsg << std::endl;
return false; return PMUSR_WRONG_STARTUP_SYNTAX;
} }
info.runList = rl.GetList(); info.runList = rl.GetList();
// move the argument counter to the proper position // move the argument counter to the proper position