* 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;
|
delete aut;
|
||||||
res = 0;
|
res = 0;
|
||||||
}
|
}
|
||||||
if (aut->type == spot::Rabin)
|
|
||||||
res = spot::nra_to_nba(aut);
|
|
||||||
else
|
else
|
||||||
res = spot::nsa_to_tgba(aut);
|
{
|
||||||
|
res = dstar_to_tgba(aut);
|
||||||
delete aut;
|
delete aut;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case printable_result_filename::None:
|
case printable_result_filename::None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue