]> git.sesse.net Git - stockfish/commit
piecesCount (#932)
authorStefano Cardanobile <stefano.cardanobile@gmail.com>
Tue, 20 Dec 2016 10:18:19 +0000 (11:18 +0100)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Tue, 20 Dec 2016 10:18:19 +0000 (11:18 +0100)
commitf72b7dc99af07c4f012ef229f9d3dcc490d6d69f
tree555c688ee72ec3fb4056032d6382dd6e8fd8cb49
parentee22b61f5e90a180af942828feb83cef90ea5683
piecesCount (#932)

All counts in search.cpp are of the form xxxCount. Conform piecesCnt to this unwritten rule.

No functional change.
src/search.cpp