Skip to content

Commit

Permalink
Fatras
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Oct 12, 2024
1 parent a8a23b4 commit 4068e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fatras/include/ActsFatras/Utilities/LandauDistribution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class LandauDistribution {
/// Construct directly from the distribution parameters.
LandauDistribution(double location, double scale) : m_cfg(location, scale) {}
/// Construct from a parameter object.
LandauDistribution(const param_type &cfg) : m_cfg(cfg) {}
explicit LandauDistribution(const param_type &cfg) : m_cfg(cfg) {}
// Explicitlely defaulted construction and assignment
LandauDistribution() = default;
LandauDistribution(const LandauDistribution &) = default;
Expand Down

0 comments on commit 4068e49

Please sign in to comment.