From 0bbb39687f5c1b4f2e34e288786a9acd58a7e17d Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Mon, 1 Jun 2020 19:55:10 -0400 Subject: [PATCH] improved documentation --- gtsam/nonlinear/FunctorizedFactor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/nonlinear/FunctorizedFactor.h b/gtsam/nonlinear/FunctorizedFactor.h index 03fd47a46..82d2f822e 100644 --- a/gtsam/nonlinear/FunctorizedFactor.h +++ b/gtsam/nonlinear/FunctorizedFactor.h @@ -37,8 +37,8 @@ namespace gtsam { * * Example: * Key key = Symbol('X', 0); - * * auto model = noiseModel::Isotropic::Sigma(9, 1); + * * /// Functor that takes a matrix and multiplies every element by m * class MultiplyFunctor { * double m_; ///< simple multiplier