Commit a24c3820 authored by Stefan Behnel's avatar Stefan Behnel

minor benchmark tweak

parent 69a3cc35
......@@ -229,7 +229,7 @@ class Pos(object):
@cython.locals(pos=Pos, i=cython.long, v=cython.int,
nid=cython.int, num=cython.int,
empties=cython.int, filled=cython.int,
vmax=cython.int, vmin=cython.int)
vmax=cython.int, vmin=cython.int, cell=list)
def constraint_pass(pos, last_move=None):
changed = False
left = pos.tiles[:]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment