Skip to content
Snippets Groups Projects
Commit 7499648e authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

const &

parent bb38c7ee
No related branches found
No related tags found
1 merge request!1282simplify AlphaScan
......@@ -27,7 +27,7 @@
namespace {
std::vector<std::vector<double>>
extractValues(std::vector<std::vector<ParameterSample>> samples,
extractValues(const std::vector<std::vector<ParameterSample>>& samples,
const std::function<double(const ParameterSample&)> extractor)
{
std::vector<std::vector<double>> result;
......
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