Skip to content

Commit

Permalink
fix: Missing inline in IterativeVertexFinder.ipp
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Feb 21, 2024
1 parent 123746c commit 377834b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Vertexing/IterativeVertexFinder.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ inline auto Acts::IterativeVertexFinder::getVertexSeed(
return seedVertex;
}

void Acts::IterativeVertexFinder::removeTracks(
inline void Acts::IterativeVertexFinder::removeTracks(
const std::vector<InputTrack>& tracksToRemove,
std::vector<InputTrack>& seedTracks) const {
for (const auto& trk : tracksToRemove) {
Expand Down

0 comments on commit 377834b

Please sign in to comment.