Skip to content

Commit

Permalink
fix: Missing inline in IterativeVertexFinder.ipp (acts-project#2975)
Browse files Browse the repository at this point in the history
Small oversight in acts-project#2952
  • Loading branch information
paulgessinger authored and EleniXoch committed May 6, 2024
1 parent ec1bbe9 commit cb6d7ab
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 cb6d7ab

Please sign in to comment.