Skip to content

[bugfix] CA: replacement of LOG(fatal) with std::runtime_error throwing; proper definition of the ca-parameters output name in CbmL1

Sergei Zharko requested to merge s.zharko/cbmroot:bugfix-RM3213 into master

The merge request fixes the bug reported in the Redmine issue 3213.

Modifications:

  • setting the output directory name for the CA parameters file as ".", if it was not provided
  • replacement of LOG(fatal) with throwing the std::runtime_error exception in the cbm::algo::ca::InitManager.

Edit PAL: for auto-referencing, Redmine Refs #3213

Edited by Pierre-Alain Loizeau

Merge request reports