Fix count issue
parent
549e0b1e64
commit
a69c086445
|
@ -245,7 +245,7 @@ bool ISAM2Clique::optimizeWildfireNode(const KeySet& replaced, double threshold,
|
||||||
|
|
||||||
// Back-substitute
|
// Back-substitute
|
||||||
fastBackSubstitute(delta);
|
fastBackSubstitute(delta);
|
||||||
count += conditional_->nrFrontals();
|
*count += conditional_->nrFrontals();
|
||||||
|
|
||||||
if (valuesChanged(replaced, originalValues, *delta, threshold)) {
|
if (valuesChanged(replaced, originalValues, *delta, threshold)) {
|
||||||
markFrontalsAsChanged(changed);
|
markFrontalsAsChanged(changed);
|
||||||
|
|
Loading…
Reference in New Issue