From fc34274055d56ffff7516ee0132f3e0457c25fed Mon Sep 17 00:00:00 2001 From: LAGNEAU Romain Date: Mon, 8 Jul 2024 08:17:54 +0200 Subject: [PATCH] [CLEAN] Removed merge conflict trace in the comments --- modules/core/include/visp3/core/vpUnscentedKalman.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/core/include/visp3/core/vpUnscentedKalman.h b/modules/core/include/visp3/core/vpUnscentedKalman.h index 7dc179896e..d3a5abcca0 100644 --- a/modules/core/include/visp3/core/vpUnscentedKalman.h +++ b/modules/core/include/visp3/core/vpUnscentedKalman.h @@ -183,18 +183,6 @@ class VISP_EXPORT vpUnscentedKalman typedef std::function vpAddSubFunction; /** -<<<<<<< HEAD -======= - * \brief Residual function, which computes either the equivalent of the subtraction in the - * state space or the equivalent of the subtraction in the measurement space. - * The first argument is the vector to which we must subtract something - * and the second argument is the thing to be subtracted. The return is the - * result of this "subtraction". - */ - typedef std::function vpAddFunction; - - /** ->>>>>>> master * \brief Construct a new vpUnscentedKalman object. * * \param[in] Q The covariance introduced by performing the prediction step.