X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=7d78886fb648cf2c7fe6eedbdaf935549bcfab86;hp=2932d9a8a0df071da91263b99817db28977d7049;hb=2c86ae196df8b2a1197e0de1853a6458e404a976;hpb=8557f35aa5c0f1ea45b2ccba5ebfd0165dbd33da diff --git a/src/movepick.h b/src/movepick.h index 2932d9a8..7d78886f 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -86,7 +86,7 @@ enum StatsType { NoCaptures, Captures }; /// unsuccessful during the current search, and is used for reduction and move /// ordering decisions. It uses 2 tables (one for each color) indexed by /// the move's from and to squares, see www.chessprogramming.org/Butterfly_Boards -typedef Stats ButterflyHistory; +typedef Stats ButterflyHistory; /// At higher depths LowPlyHistory records successful quiet moves near the root /// and quiet moves which are/were in the PV (ttPv). LowPlyHistory is populated during