Skip to content
Snippets Groups Projects
Commit c7186ef4 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MPL] Explicit ParameterProperty ctor.

Because single argument...
parent 0c525a5a
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,8 @@ class ParameterProperty final : public Property
{
public:
/// This constructor accepts a Parameter.
ParameterProperty(ParameterLib::Parameter<double> const& parameter);
explicit ParameterProperty(
ParameterLib::Parameter<double> const& parameter);
/// This method computes the value of a property depending linearly on
/// the value of the given primary variable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment