Fix count issue

release/4.3a0
Frank Dellaert 2023-01-03 15:15:07 -05:00
parent 549e0b1e64
commit a69c086445
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ bool ISAM2Clique::optimizeWildfireNode(const KeySet& replaced, double threshold,
// Back-substitute
fastBackSubstitute(delta);
count += conditional_->nrFrontals();
*count += conditional_->nrFrontals();
if (valuesChanged(replaced, originalValues, *delta, threshold)) {
markFrontalsAsChanged(changed);