Skip to content

Commit

Permalink
clarify error type
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Nov 26, 2024
1 parent ed1b576 commit 59270a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/EventData/TrackStateProxy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename val_t, typename cov_t>
void allocateCalibrated(const Eigen::DenseBase<val_t>& val,
const Eigen::DenseBase<cov_t>& cov)
Expand Down

0 comments on commit 59270a3

Please sign in to comment.