Skip to content
Snippets Groups Projects
Commit 4ee9cac1 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

added missing call-by-reference

[[Imported from SVN: r5516]]
parent 53894055
Branches
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ class AverageDistanceAssembler<Rotation<3,double> >
public:
AverageDistanceAssembler(const std::vector<TargetSpace> coefficients,
const std::vector<double> weights)
AverageDistanceAssembler(const std::vector<TargetSpace>& coefficients,
const std::vector<double>& weights)
: coefficients_(coefficients),
weights_(weights)
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment