From 938ae060317535677ed8d15f295651446eaae438 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Fri, 24 Jan 2025 19:56:32 -0500 Subject: [PATCH] remove extra docstring --- gtsam/hybrid/HybridSmoother.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gtsam/hybrid/HybridSmoother.h b/gtsam/hybrid/HybridSmoother.h index 355dd3b73..b34801922 100644 --- a/gtsam/hybrid/HybridSmoother.h +++ b/gtsam/hybrid/HybridSmoother.h @@ -69,17 +69,6 @@ class GTSAM_EXPORT HybridSmoother { std::optional maxNrLeaves = {}, const std::optional given_ordering = {}); - /** - * @brief Get an elimination ordering which eliminates continuous and then - * discrete. - * - * Expects `newFactors` to already have the necessary conditionals connected - * to the - * - * @param factors - * @return Ordering - */ - /** * @brief Get an elimination ordering which eliminates continuous * and then discrete.