remove namespacing

release/4.3a0
Varun Agrawal 2025-01-29 18:41:57 -05:00
parent e52a358ad2
commit d0f30d3203
1 changed files with 1 additions and 1 deletions

View File

@ -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