]> git.sesse.net Git - stockfish/commitdiff
Temporary revert "captures pruning" due to an assert
authorMarco Costalba <mcostalba@gmail.com>
Wed, 27 Jan 2010 16:57:04 +0000 (17:57 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 27 Jan 2010 16:57:04 +0000 (17:57 +0100)
In debug run with 2 threads it happens to be following
assert after some minutes:

assert(value > -VALUE_INFINITE && value < VALUE_INFINITE);

in search(), line 1615.

I am not able to understand why, anyhow reverted for the moment.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found