Skip to content
Snippets Groups Projects
Commit 4b2b9e14 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

fixed LGTM warning

cc: @hanatok
parent c74dc8dc
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ public:
temp.resize(dimension);
}
const T inline get_value(const std::vector<double> & x)
T inline get_value(const std::vector<double> & x)
{
return vector[convert_x(x)];
}
......
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