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:
Alexandre Duret-Lutz 2015-11-03 11:58:40 +01:00
parent 7b3fdebc6e
commit a28ead2dce
3 changed files with 4 additions and 7 deletions

View file

@ -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)