diff --git a/Core/include/Acts/EventData/TrackStateProxy.hpp b/Core/include/Acts/EventData/TrackStateProxy.hpp index 901e608b9f0..3f7ddf1a028 100644 --- a/Core/include/Acts/EventData/TrackStateProxy.hpp +++ b/Core/include/Acts/EventData/TrackStateProxy.hpp @@ -879,7 +879,7 @@ class TrackStateProxy { /// @param val The measurement vector /// @param cov The covariance matrix /// @note This does not allocate if an allocation of the same size already exists - /// @note This is an error if an existing allocation has different size + /// @note This throws an exception if an existing allocation has different size template void allocateCalibrated(const Eigen::DenseBase& val, const Eigen::DenseBase& cov)