Description:
Tweak minimum squares.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -22,7 +22,7 | |||||
|
22 | { |
|
22 | { |
|
23 | private Random random_generator; |
|
23 | private Random random_generator; |
|
24 |
|
24 | ||
|
25 |
public const int DEFAULT_MIN_SQUARES = |
|
25 | public const int DEFAULT_MIN_SQUARES = 75; |
|
26 | public const int DEFAULT_SQUARES = 25; |
|
26 | public const int DEFAULT_SQUARES = 25; |
|
27 | public const int CONTRACT_MINIMUM = 50; |
|
27 | public const int CONTRACT_MINIMUM = 50; |
|
28 | public const int CONTRACT_MAXIMUM = 400; |
|
28 | public const int CONTRACT_MAXIMUM = 400; |
You need to be logged in to leave comments.
Login now