Skip to content

Commit

Permalink
fix doc run
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger committed Aug 29, 2024
1 parent e5bc617 commit 586ed6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core/include/Acts/Navigation/NavigationStream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,11 @@ class NavigationStream {

/// Fill one portal into the candidate vector
///
/// @param nStream the navigation stream that is being filled
/// @param portal the portals that are filled in
void addPortalCandidate(const Portal* portal);

/// Fill n portals into the candidate vector
///
/// @param nStream the navigation stream that is being filled
/// @param portals the portals that are filled in
void addPortalCandidates(const std::vector<const Portal*>& portals);

Expand Down

0 comments on commit 586ed6a

Please sign in to comment.