* src/ltlvisit/randomltl.cc (random_ltl::update_sums): Typo in string.
This commit is contained in:
parent
2a33bd17ec
commit
f5503090b1
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-11-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/ltlvisit/randomltl.cc (random_ltl::update_sums): Typo in string.
|
||||
|
||||
2010-11-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Remove a quadratic behavior in eventual_universal_visitor.
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ namespace spot
|
|||
else if (proba_[i].min_n > 2)
|
||||
total_2_and_more_ += proba_[i].proba;
|
||||
else
|
||||
assert(!"un expected max_n");
|
||||
assert(!"unexpected max_n");
|
||||
}
|
||||
total_2_and_more_ += total_2_;
|
||||
assert(total_1_ != 0.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue