* src/tgbatest/ltl2tgba.cc (main): Fix typo to re-enable

reductions by simulation.
This commit is contained in:
Alexandre Duret-Lutz 2009-11-26 17:40:21 +01:00
parent deff1a5ca7
commit d362e752d1
2 changed files with 6 additions and 1 deletions

View file

@ -727,7 +727,7 @@ main(int argc, char** argv)
tm.stop("reducing A_f w/ SCC");
}
if (reduc_aut & !spot::Reduce_Scc)
if (reduc_aut & ~spot::Reduce_Scc)
{
tm.start("reducing A_f w/ sim.");
a = aut_red = new spot::tgba_reduc(a);