diff --git a/Core/include/Acts/Geometry/BoundarySurfaceT.hpp b/Core/include/Acts/Geometry/BoundarySurfaceT.hpp index 52bb1f2283f7c5efa06b949ced79e69b1ce4ea44..28d5e19da0e251f43c01465ea9ea9233c2c89ef9 100644 --- a/Core/include/Acts/Geometry/BoundarySurfaceT.hpp +++ b/Core/include/Acts/Geometry/BoundarySurfaceT.hpp @@ -127,10 +127,8 @@ class BoundarySurfaceT { /// Virtual Destructor virtual ~BoundarySurfaceT() = default; - protected: /// Helper method: attach a Volume to this BoundarySurfaceT - /// this is done during the geometry construction and only called by - /// the friend templated volume + /// this is done during the geometry construction. /// /// @param gctx The current geometry context object, e.g. alignment /// @param volume The volume to be attached @@ -138,8 +136,7 @@ class BoundarySurfaceT { void attachVolume(const T* volume, BoundaryOrientation inout); /// Helper method: attach a Volume to this BoundarySurfaceT - /// this is done during the geometry construction and only called by - /// the friend templated volume + /// this is done during the geometry construction. /// /// @param volumes The volume array to be attached /// @param inout The boundary orientation @todo update to along/opposite