dtwasat: typo in DEBUG mode
* spot/twaalgos/dtwasat.cc: Update a mark check.
This commit is contained in:
parent
120118f66b
commit
851502ab93
1 changed files with 1 additions and 1 deletions
|
|
@ -975,7 +975,7 @@ namespace spot
|
||||||
ta(q2, l,
|
ta(q2, l,
|
||||||
d.cacc.mark(m), q3);
|
d.cacc.mark(m), q3);
|
||||||
const char* not_ = "¬";
|
const char* not_ = "¬";
|
||||||
if (d.cacc.has(biga_, m))
|
if (biga_.has(m))
|
||||||
not_ = "";
|
not_ = "";
|
||||||
out << " ∧ " << not_
|
out << " ∧ " << not_
|
||||||
<< ta << "FC";
|
<< ta << "FC";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue