org: simply calls to parse_aut()
* doc/org/tut20.org, doc/org/tut21.org, doc/org/tut30.org: Simplify the calls to parse_aut.
This commit is contained in:
parent
7b3fdebc6e
commit
a28ead2dce
3 changed files with 4 additions and 7 deletions
|
|
@ -239,8 +239,7 @@ automaton to process.
|
|||
|
||||
int main()
|
||||
{
|
||||
std::string input = "tut30.hoa";
|
||||
spot::parsed_aut_ptr pa = parse_aut(input, spot::make_bdd_dict());
|
||||
spot::parsed_aut_ptr pa = parse_aut("tut30.hoa", spot::make_bdd_dict());
|
||||
if (pa->format_errors(std::cerr))
|
||||
return 1;
|
||||
if (pa->aborted)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue