Skip to content

Commit

Permalink
make inline
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 25, 2024
1 parent 9b6009b commit 92b4b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Utilities/Helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ overloaded(Ts...) -> overloaded<Ts...>;
/// - The minimum value (double)
/// - The adjusted maximum value (double)
/// - The bin count (std::size_t)
auto getMinMaxAndBinCount(std::vector<double>& xPos) {
inline auto getMinMaxAndBinCount(std::vector<double>& xPos) {
// sort the values for unique()
std::ranges::sort(xPos);

Expand Down

0 comments on commit 92b4b50

Please sign in to comment.