undo change

release/4.3a0
Varun Agrawal 2023-07-28 15:51:59 -04:00
parent 4e9d849595
commit 4580c510ea
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ static GaussianFactorGraphTree addGaussian(
// TODO(dellaert): it's probably more efficient to first collect the discrete
// keys, and then loop over all assignments to populate a vector.
GaussianFactorGraphTree HybridGaussianFactorGraph::assembleGraphTree() const {
GaussianFactorGraphTree result;
for (auto &f : factors_) {