Skip to content

Commit

Permalink
Get rid of extra ;
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert committed Jan 27, 2025
1 parent 2da5d76 commit cf44418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/discrete/DiscreteSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ DiscreteSearch::DiscreteSearch(const DiscreteBayesTree& bayesTree) {
};
for (const auto& root : bayesTree.roots()) collectConditionals(root);
costToGo_ = computeCostToGo(conditionals_);
};
}

struct SearchNodeQueue
: public std::priority_queue<SearchNode, std::vector<SearchNode>,
Expand Down

0 comments on commit cf44418

Please sign in to comment.