X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=087ed3820fd217fd0af42eed4fdf62545d0df5ff;hp=0a77d5b8282426702103333a2c0252d88d775728;hb=ef38046e734490499e4b6254dbf4fc434bf37fc9;hpb=2e96c513ad6113abb6bc4fdd4962cc1f6eed3d4a diff --git a/src/thread.h b/src/thread.h index 0a77d5b8..087ed382 100644 --- a/src/thread.h +++ b/src/thread.h @@ -60,7 +60,7 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; - size_t pvIdx, pvLast, shuffleExts; + size_t pvIdx, pvLast; int selDepth, nmpMinPly; Color nmpColor; std::atomic nodes, tbHits, bestMoveChanges; @@ -71,7 +71,7 @@ public: CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory; - ContinuationHistory continuationHistory[2]; + ContinuationHistory continuationHistory[2][2]; Score contempt; };