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
|
|
@ -70,8 +70,7 @@ corresponding BDD variable number, and then use for instance
|
|||
|
||||
int main()
|
||||
{
|
||||
std::string input = "tut21.hoa";
|
||||
spot::parsed_aut_ptr pa = parse_aut(input, spot::make_bdd_dict());
|
||||
spot::parsed_aut_ptr pa = parse_aut("tut21.hoa", spot::make_bdd_dict());
|
||||
if (pa->format_errors(std::cerr))
|
||||
return 1;
|
||||
// This cannot occur when reading a never claim, but
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue