* 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
|
|
@ -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