* src/tgbatest/ltl2tgba.cc: Typo.
This commit is contained in:
parent
6a0ab6c081
commit
1cc003ec38
2 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
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>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// et Marie Curie.
|
||||
//
|
||||
|
|
@ -199,14 +199,14 @@ main(int argc, char** argv)
|
|||
{
|
||||
output = 2;
|
||||
}
|
||||
else if (!strcmp(argv[formula_index], "-A"))
|
||||
{
|
||||
output = 4;
|
||||
}
|
||||
else if (!strcmp(argv[formula_index], "-b"))
|
||||
{
|
||||
output = 7;
|
||||
}
|
||||
else if (!strcmp(argv[formula_index], "-v"))
|
||||
{
|
||||
output = 5;
|
||||
}
|
||||
else if (!strcmp(argv[formula_index], "-d"))
|
||||
{
|
||||
debug_opt = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue