Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
d561dfb7
Commit
d561dfb7
authored
Aug 17, 2013
by
Alexandre Duret-Lutz
Browse files
* src/bin/ltlcross.cc: Use dstar_to_tgba().
parent
d7027c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/ltlcross.cc
View file @
d561dfb7
...
...
@@ -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
);
delete
aut
;
{
res
=
dstar_to_tgba
(
aut
);
delete
aut
;
}
break
;
}
case
printable_result_filename
::
None
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment