80 columns.

* src/ltlvisit/apcollect.hh, src/taalgos/minimize.cc,
src/taalgos/tgba2ta.cc, src/tgbatest/ltl2tgba.cc: Here.
This commit is contained in:
Alexandre Duret-Lutz 2012-08-21 14:18:13 +02:00
parent 173e100a41
commit aa230d1f8b
4 changed files with 33 additions and 32 deletions

View file

@ -524,7 +524,8 @@ namespace spot
tgba_explicit_number* tgba = new tgba_explicit_number(tgta_->get_dict());
tgta_explicit* res = new tgta_explicit(tgba, tgta_->all_acceptance_conditions(),
tgta_explicit* res = new tgta_explicit(tgba,
tgta_->all_acceptance_conditions(),
0, /* own_tgba = */ true);
const ta_explicit* ta = tgta_->get_ta();