fix vector type

release/4.3a0
Varun Agrawal 2024-10-09 12:57:03 -04:00
parent 752e10fc21
commit 1ac8a6e2e0
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class GTSAM_EXPORT HybridGaussianProductFactor
/// Deleted constructor since we don't have istream operator for /// Deleted constructor since we don't have istream operator for
/// GaussianFactorGraphValuePair /// GaussianFactorGraphValuePair
HybridGaussianProductFactor(const std::vector<Key>& labelCs, HybridGaussianProductFactor(const std::vector<DiscreteKey>& labelCs,
const std::string& table) = delete; const std::string& table) = delete;
///@} ///@}