Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Varni authored and Carlo Varni committed Jan 10, 2024
1 parent 77aa123 commit fb17f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/include/Acts/Utilities/GridIterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ class GridLocalIterator {
const std::array<std::size_t, DIM>& indices) = delete;
/// @brief Constructor taking ownership of the grid is not allowed
/// @param [in] grid The grid
/// @brief [in] indices The local position
/// @brief [in] navigation The custom navigation pattern for each axis
/// @param [in] indices The local position
/// @param [in] navigation The custom navigation pattern for each axis
///
/// @pre None of the navigation vectors is allowed to be an empty vector
GridLocalIterator(Acts::Grid<T, Axes...>&& grid,
Expand Down

0 comments on commit fb17f79

Please sign in to comment.