X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=5bfa2359afdd5e02908afbb776a5a86df9f24c96;hb=af0d82792e21f0362b781fc671ae8b7a0642e61a;hp=ae662880cef8ec9f52ce78453a6a491304eb3c49;hpb=49c79aa15ce5a0de54fe0f4cef1037751af3d7d1;p=stockfish diff --git a/src/thread.h b/src/thread.h index ae662880..5bfa2359 100644 --- a/src/thread.h +++ b/src/thread.h @@ -74,7 +74,7 @@ public: LowPlyHistory lowPlyHistory; CapturePieceToHistory captureHistory; ContinuationHistory continuationHistory[2][2]; - Score contempt; + Score trend; };