X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=41d2b8f6d271769df032888d7c633bb7c20a6581;hb=fbc7a328c67092799547f93e684323e2c1a6226e;hp=63629e338124e5a6e12a44205698205c601be29c;hpb=0c878adb36c1013944231083d6a7b3b53aa1ad7e;p=stockfish diff --git a/src/thread.h b/src/thread.h index 63629e33..41d2b8f6 100644 --- a/src/thread.h +++ b/src/thread.h @@ -71,6 +71,7 @@ public: Depth rootDepth, completedDepth; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; + LowPlyHistory lowPlyHistory; CapturePieceToHistory captureHistory; ContinuationHistory continuationHistory[2][2]; Score contempt;