Skip to content
Snippets Groups Projects
Commit c5dfb8f6 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Tom Fischer
Browse files

[NL] Make one overload perturbIf() static

parent f698f62e
No related branches found
No related tags found
No related merge requests found
......@@ -143,9 +143,9 @@ struct DefaultPerturbationStrategy
}
template <typename T>
T const& perturbIf(std::false_type, T const& value,
double const /*plus_or_minus*/,
Eigen::Index /*comp*/) const
static T const& perturbIf(std::false_type, T const& value,
double const /*plus_or_minus*/,
Eigen::Index /*comp*/)
{
return value;
}
......
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