* src/tgbaalgos/neverclaim.cc (never_claim_bfs): Do not output
space before colon, and do not output the top-level formula using Spin's syntax.
This commit is contained in:
parent
30652ba336
commit
16fd8268c4
2 changed files with 10 additions and 4 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2004-05-14 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/tgbaalgos/neverclaim.cc (never_claim_bfs): Do not output
|
||||
space before colon, and do not output the top-level formula using
|
||||
Spin's syntax.
|
||||
|
||||
2004-05-14 Thomas Martinez <martinez@src.lip6.fr>
|
||||
|
||||
* src/tgbatest/ltl2tgba.cc (main): Thinko.
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ namespace spot
|
|||
if (f_)
|
||||
{
|
||||
os_ << " /* ";
|
||||
to_spin_string(f_, os_);
|
||||
to_string(f_, os_);
|
||||
os_ << " */";
|
||||
}
|
||||
os_ << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue