Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jul 11, 2023
1 parent b808e8c commit ef8f74e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Core/include/Acts/Surfaces/PointBounds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class PointBounds : public SurfaceBounds {
/// Constructor
///
/// @param r is the radius of the cylinder, default = 0.
/// @param halfZ is the half length in z, default = 0.
PointBounds(double r) noexcept(false) : m_values({r}) { checkConsistency(); }

/// Constructor - from fixed size array
Expand Down
1 change: 0 additions & 1 deletion Core/include/Acts/Surfaces/PointSurface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class PointSurface : public Surface {
/// @param transform The transform that positions the surface in the global
/// frame
/// @param radius The straw radius
/// @param halez The half length in z
PointSurface(const Translation3& transform, double radius);

/// Constructor from Translation3 and a shared bounds object
Expand Down

0 comments on commit ef8f74e

Please sign in to comment.