fix printing

release/4.3a0
Varun Agrawal 2022-06-07 18:39:20 -04:00
parent 374e3cbc7a
commit 8d6a225851
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class GTSAM_EXPORT GaussianMixtureFactor : public HybridFactor {
bool equals(const HybridFactor &lf, double tol = 1e-9) const override;
void print(
const std::string &s = "HybridFactor\n",
const std::string &s = "GaussianMixtureFactor\n",
const KeyFormatter &formatter = DefaultKeyFormatter) const override;
/// @}