* src/tgbatest/ltl2tgba.cc (main): Stop the SCC timer. I mean

really stop it!
This commit is contained in:
Alexandre Duret-Lutz 2009-11-25 18:06:46 +01:00
parent b796bb3d0a
commit 1e19aa3a5f
2 changed files with 6 additions and 1 deletions

View file

@ -724,7 +724,7 @@ main(int argc, char** argv)
{
tm.start("reducing A_f w/ SCC");
a = aut_scc = spot::scc_filter(a);
tm.start("reducing A_f w/ SCC");
tm.stop("reducing A_f w/ SCC");
}
if (reduc_aut & !spot::Reduce_Scc)