* src/tgbaalgos/gtec/gtec.cc: Adjust statistics count to match

how the algorithm will behave once remove_component() is revamped. From
Alexandre.
This commit is contained in:
Denis Poitrenaud 2005-01-27 13:46:18 +00:00
parent 311e1ba759
commit 40ce79c733
2 changed files with 7 additions and 1 deletions

View file

@ -465,7 +465,7 @@ namespace spot
}
prev->q.splice(prev->q.end(), last->q);
todo.pop_back();
dec_depth();
// dec_depth();
}
new_queue = &todo.back().q;
}