X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=979709ae682885baa073488b1e335c701abfc8ea;hb=675f6a038ba98b6b906a4767f009cf6fe91b0c52;hp=6b3c08c7a0d3b19abf1643c994ab395a03f14cba;hpb=582c88ee94c24b4352477ffacf8de2afc521bcce;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index 6b3c08c7..979709ae 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -87,7 +87,7 @@ enum StatsType { NoCaptures, Captures }; /// 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 /// (~11 elo) -typedef Stats ButterflyHistory; +typedef Stats ButterflyHistory; /// CounterMoveHistory stores counter moves indexed by [piece][to] of the previous /// move, see www.chessprogramming.org/Countermove_Heuristic