From d0f30d32035ff51e0a9549cebdf57f379f2d9cba Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Wed, 29 Jan 2025 18:41:57 -0500 Subject: [PATCH] remove namespacing --- gtsam/hybrid/HybridSmoother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/hybrid/HybridSmoother.cpp b/gtsam/hybrid/HybridSmoother.cpp index b927af0f3..5a070db16 100644 --- a/gtsam/hybrid/HybridSmoother.cpp +++ b/gtsam/hybrid/HybridSmoother.cpp @@ -116,7 +116,7 @@ HybridSmoother::addConditionals(const HybridGaussianFactorGraph &originalGraph, // in the previous `hybridBayesNet` to the graph // New conditionals to add to the graph - gtsam::HybridBayesNet newConditionals; + HybridBayesNet newConditionals; // NOTE(Varun) Using a for-range loop doesn't work since some of the // conditionals are invalid pointers