* src/tgbaalgos/emptiness.cc,
src/tgbaalgos/emptiness.hh (print_tgba_run): Take the tgba* argument before the tgba_run* argument (for consistency with replay_tgba_run). * src/tgbatest/ltl2tgba.cc, iface/gspn/ltlgspn.cc: Adjust calls to print_tgba_run().
This commit is contained in:
parent
e5e886a442
commit
0fd665f3a2
5 changed files with 14 additions and 7 deletions
|
|
@ -267,7 +267,7 @@ main(int argc, char **argv)
|
|||
#endif
|
||||
spot::tgba_run* run = ce->accepting_run();
|
||||
// FIXME: reimplement the projection
|
||||
spot::print_tgba_run(std::cout, run, prod);
|
||||
spot::print_tgba_run(std::cout, prod, run);
|
||||
ce->print_stats(std::cout);
|
||||
delete run;
|
||||
delete ce;
|
||||
|
|
@ -302,7 +302,7 @@ main(int argc, char **argv)
|
|||
{
|
||||
spot::tgba_run* run = res->accepting_run();
|
||||
// FIXME: reimplement the projection
|
||||
spot::print_tgba_run(std::cout, run, prod);
|
||||
spot::print_tgba_run(std::cout, prod, run);
|
||||
delete run;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue