Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 19, 2024
1 parent bf236b4 commit 217b138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/include/Acts/Surfaces/Surface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ class Surface : public virtual GeometryObject,
/// @param metric The metric to use for the calculation
/// @return The closest point on the boundary of the surface
virtual Vector2 closestPointOnBounds(
const Vector2& lposition, std::optional<SquareMatrix2>& metric) const;
const Vector2& lposition,
const std::optional<SquareMatrix2>& metric) const;

/// Calculates the distance to the boundary of the surface from a given point
/// in local coordinates.
Expand Down

0 comments on commit 217b138

Please sign in to comment.