From: Marco Costalba Date: Sun, 9 May 2010 22:31:43 +0000 (+0100) Subject: Better integration of faked split X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c053f0b838662b2c6fd32beb3999b11c2c968ad9;hp=c053f0b838662b2c6fd32beb3999b11c2c968ad9;p=stockfish Better integration of faked split We don't need to comment/uncomment code, just set FakeSplit bool to true to enable faked split. Also reintroduced some asserts and cleaned up a bit. Tested that with FakeSplit = true we have reproducible finger printing even in SMP. Signed-off-by: Marco Costalba ---