* src/bin/ltlcross.cc: Use dstar_to_tgba().
This commit is contained in:
parent
d7027c34d3
commit
d561dfb7e0
1 changed files with 4 additions and 4 deletions
|
|
@ -787,11 +787,11 @@ namespace
|
|||
delete aut;
|
||||
res = 0;
|
||||
}
|
||||
if (aut->type == spot::Rabin)
|
||||
res = spot::nra_to_nba(aut);
|
||||
else
|
||||
res = spot::nsa_to_tgba(aut);
|
||||
{
|
||||
res = dstar_to_tgba(aut);
|
||||
delete aut;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case printable_result_filename::None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue