Skip to content

Commit

Permalink
make ctor explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 14, 2016
1 parent 8ceeba3 commit 7a028d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/a_muon.cpp.in
Expand Up @@ -219,7 +219,7 @@ class SingleComponentedVertex {
private:
std::complex<double> val; ///< The value
public:
SingleComponentedVertex(std::complex<double> v)
explicit SingleComponentedVertex(std::complex<double> v)
: val(v) {}

/**
Expand Down

0 comments on commit 7a028d5

Please sign in to comment.