X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=1397449733d8f7eebbc303ce879ff1dc7954b7ff;hp=70ae35db1c3e1edc9368fe25b0ba818f5334912c;hb=1b6459195c82395d861cddf3f2056ed1c9a3bd5b;hpb=aa88261a8f509fdabfe235042de1c1ea7a39a399;ds=sidebyside diff --git a/src/thread.h b/src/thread.h index 70ae35db..13974497 100644 --- a/src/thread.h +++ b/src/thread.h @@ -61,7 +61,7 @@ public: Material::Table materialTable; Endgames endgames; size_t PVIdx; - int selDepth, nmp_ply, pair; + int selDepth, nmp_ply, nmp_odd; std::atomic nodes, tbHits; Position rootPos;