fix comment
parent
143022c139
commit
df4fb1304c
|
|
@ -48,9 +48,8 @@ class GTSAM_EXPORT HybridGaussianFactor : public HybridFactor {
|
||||||
/**
|
/**
|
||||||
* Constructor from shared_ptr of GaussianFactor.
|
* Constructor from shared_ptr of GaussianFactor.
|
||||||
* Example:
|
* Example:
|
||||||
* boost::shared_ptr<GaussianFactor> ptr =
|
* auto ptr = boost::make_shared<JacobianFactor>(...);
|
||||||
* boost::make_shared<JacobianFactor>(...);
|
* HybridGaussianFactor factor(ptr);
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
explicit HybridGaussianFactor(const boost::shared_ptr<GaussianFactor> &ptr);
|
explicit HybridGaussianFactor(const boost::shared_ptr<GaussianFactor> &ptr);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue