format HybridConditional.h

release/4.3a0
Varun Agrawal 2024-08-29 13:26:16 -04:00
parent f8a7b804d3
commit 617a99f6bf
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class GTSAM_EXPORT HybridConditional
public Conditional<HybridFactor, HybridConditional> {
public:
// typedefs needed to play nice with gtsam
typedef HybridConditional This; ///< Typedef to this class
typedef HybridConditional This; ///< Typedef to this class
typedef std::shared_ptr<This> shared_ptr; ///< shared_ptr to this class
typedef HybridFactor BaseFactor; ///< Typedef to our factor base class
typedef Conditional<BaseFactor, This>