* src/tgbatest/ltl2tgba.cc (main): Silence the "filename.tgba read"
message if -0 is used.
This commit is contained in:
parent
cddca67fda
commit
5c6471daca
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2005-01-29 Alexandre Duret-Lutz <adl@gnu.org>
|
||||
|
||||
* src/tgbatest/ltl2tgba.cc (main): Silence the "filename.tgba read"
|
||||
message if -0 is used.
|
||||
|
||||
* bench/emptchk/formulae.ltl: New file.
|
||||
|
||||
* src/tgbaalgos/gtec/gtec.hh (couvreur99_check): Document poprem.
|
||||
|
|
|
|||
|
|
@ -307,7 +307,9 @@ main(int argc, char** argv)
|
|||
argv[formula_index] + 2, pel))
|
||||
return 2;
|
||||
system->merge_transitions();
|
||||
std::clog << argv[formula_index] + 2 << " read" << std::endl;
|
||||
|
||||
if (!paper_opt)
|
||||
std::clog << argv[formula_index] + 2 << " read" << std::endl;
|
||||
}
|
||||
else if (!strcmp(argv[formula_index], "-r"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue