Removes extra space
parent
c3045c097d
commit
b2fe6faa4c
|
@ -171,7 +171,7 @@ class GTSAM_EXPORT SubgraphBuilder {
|
||||||
const std::vector<double> &weights) const;
|
const std::vector<double> &weights) const;
|
||||||
std::vector<size_t> sample(const std::vector<double> &weights,
|
std::vector<size_t> sample(const std::vector<double> &weights,
|
||||||
const size_t t) const;
|
const size_t t) const;
|
||||||
Weights weights(const GaussianFactorGraph &gfg) const ;
|
Weights weights(const GaussianFactorGraph &gfg) const;
|
||||||
SubgraphBuilderParameters parameters_;
|
SubgraphBuilderParameters parameters_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue