implement constructor
parent
1ac8a6e2e0
commit
f4bf280047
|
@ -58,7 +58,10 @@ 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<DiscreteKey>& labelCs,
|
HybridGaussianProductFactor(const std::vector<DiscreteKey>& labelCs,
|
||||||
const std::string& table) = delete;
|
const std::string& table) {
|
||||||
|
throw std::runtime_error(
|
||||||
|
"HybridGaussianProductFactor: No way to construct.");
|
||||||
|
}
|
||||||
|
|
||||||
///@}
|
///@}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue