Cosmetic change to please sanity checks.
* src/ltlvisit/randomltl.cc (random_formula::update_sums): Remove duplicate semicolon.
This commit is contained in:
parent
6e6b6b1e01
commit
0e4e2a79b2
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ namespace spot
|
|||
{
|
||||
total_1_ += proba_[i].proba;
|
||||
if (proba_ + i >= proba_2_)
|
||||
total_2_ += proba_[i].proba;;
|
||||
total_2_ += proba_[i].proba;
|
||||
if (proba_ + i >= proba_2_or_more_)
|
||||
total_2_and_more_ += proba_[i].proba;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue