Skip to content

Commit

Permalink
Merge branch 'dev' into ToSelectionModelSelecter
Browse files Browse the repository at this point in the history
  • Loading branch information
plantec committed Mar 27, 2024
2 parents 24777c2 + 208c07d commit 7c103bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Toplo-Examples/ToListElementStresser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,8 @@ ToListElementStresser >> newListElement [
ToListElementStresser >> newStressedListNumber: aNumber [

| list process size ident priority suffix sieve |
rand := Random new.

list := self newListElement.
list := ToListElement new.
sieve := ToListElementSieve new.
list userData at: #sieve put: sieve.

Expand Down

0 comments on commit 7c103bd

Please sign in to comment.