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
1cc003ec
Commit
1cc003ec
authored
Jan 10, 2005
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/ltl2tgba.cc: Typo.
parent
6a0ab6c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1cc003ec
2005-01-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/ltl2tgba.cc: Typo.
* src/tgbatest/randtgba.cc: Add option -P.
2005-01-10 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
...
...
src/tgbatest/ltl2tgba.cc
View file @
1cc003ec
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2003, 2004
, 2005
Laboratoire d'Informatique de Paris 6 (LIP6),
// dpartement Systmes Rpartis Coopratifs (SRC), Universit Pierre
// et Marie Curie.
//
...
...
@@ -199,13 +199,13 @@ main(int argc, char** argv)
{
output
=
2
;
}
else
if
(
!
strcmp
(
argv
[
formula_index
],
"-
b
"
))
else
if
(
!
strcmp
(
argv
[
formula_index
],
"-
A
"
))
{
output
=
7
;
output
=
4
;
}
else
if
(
!
strcmp
(
argv
[
formula_index
],
"-
v
"
))
else
if
(
!
strcmp
(
argv
[
formula_index
],
"-
b
"
))
{
output
=
5
;
output
=
7
;
}
else
if
(
!
strcmp
(
argv
[
formula_index
],
"-d"
))
{
...
...
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