* src/tgba/tgbagraph.cc: Improve comment.
This commit is contained in:
parent
1696fac80c
commit
b6745482af
1 changed files with 2 additions and 3 deletions
|
|
@ -47,9 +47,8 @@ namespace spot
|
||||||
auto p = trmap.emplace(k, t.trans());
|
auto p = trmap.emplace(k, t.trans());
|
||||||
if (!p.second)
|
if (!p.second)
|
||||||
{
|
{
|
||||||
// A previous transitions exist for k, merge the
|
// A previous transitions exists for k. Merge the
|
||||||
// condition, and schedule the transition for
|
// condition, and schedule the transition for removal.
|
||||||
// removal.
|
|
||||||
g_.trans_data(p.first->second).cond |= t->cond;
|
g_.trans_data(p.first->second).cond |= t->cond;
|
||||||
t.erase();
|
t.erase();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue