forgot to make the extra points constant

This commit is contained in:
sm
2011-05-25 10:08:21 -06:00
parent 779608f13e
commit 07e8c67118
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -11,10 +11,10 @@ orders = [2,3,4,5]
extras = [4,6,8,12, 16,20,32,48, 64,96,128,192, 256]
params = (
(2,32),
(3,48),
(2,64),
(3,64),
(4,64),
(5,96),
(5,64),
)
if __name__ == '__main__':