* 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

@ -1,3 +1,9 @@
2005-01-27 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgbaalgos/gtec/gtec.cc: Adjust statistics count to match
how the algorithm will behave once remove_component() is revamped. From
Alexandre.
2005-01-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_cycle):

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;
}