* src/ltlvisit/randomltl.cc (random_ltl::update_sums): Typo in string.

This commit is contained in:
Alexandre Duret-Lutz 2010-11-30 23:14:32 +01:00
parent 2a33bd17ec
commit f5503090b1
2 changed files with 5 additions and 1 deletions

View file

@ -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> 2010-11-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Remove a quadratic behavior in eventual_universal_visitor. Remove a quadratic behavior in eventual_universal_visitor.

View file

@ -152,7 +152,7 @@ namespace spot
else if (proba_[i].min_n > 2) else if (proba_[i].min_n > 2)
total_2_and_more_ += proba_[i].proba; total_2_and_more_ += proba_[i].proba;
else else
assert(!"un expected max_n"); assert(!"unexpected max_n");
} }
total_2_and_more_ += total_2_; total_2_and_more_ += total_2_;
assert(total_1_ != 0.0); assert(total_1_ != 0.0);