X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=8d0adcf0340460373073516fac7f5d0f37196ecd;hb=b25d68f6ee2d016cc0c14b076e79e6c44fdaea2a;hp=a421af9e3bc25b20f4296b0c3c4bbd21be6c465a;hpb=adf29b3fd69cdca035d1aa6675e01acafbf4d07f;p=stockfish diff --git a/src/thread.h b/src/thread.h index a421af9e..8d0adcf0 100644 --- a/src/thread.h +++ b/src/thread.h @@ -67,6 +67,7 @@ public: Search::RootMoves rootMoves; Depth rootDepth, completedDepth; Value rootDelta; + Value rootSimpleEval; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory;