Tweak SelectiveBremMatchAlg
- prefer stand-alone functions over member functions
- avoid
std::vector
when anstd::array
will do as well
Edited by Gerhard Raven
Merge request reports
Activity
Please register or sign in to reply
std::vector
when an std::array
will do as well