Fix count issue
parent
549e0b1e64
commit
a69c086445
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue