fix vector type
parent
752e10fc21
commit
1ac8a6e2e0
|
@ -57,7 +57,7 @@ class GTSAM_EXPORT HybridGaussianProductFactor
|
|||
|
||||
/// Deleted constructor since we don't have istream operator for
|
||||
/// GaussianFactorGraphValuePair
|
||||
HybridGaussianProductFactor(const std::vector<Key>& labelCs,
|
||||
HybridGaussianProductFactor(const std::vector<DiscreteKey>& labelCs,
|
||||
const std::string& table) = delete;
|
||||
|
||||
///@}
|
||||
|
|
Loading…
Reference in New Issue