projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "Improve multiPV mode"
[stockfish]
/
src
/
thread.h
diff --git
a/src/thread.h
b/src/thread.h
index 46ddb49529357f4cbefffa61ff1ecdc2b83bbdb9..c11d17873df5621ed4892ddbce016332ef55e24c 100644
(file)
--- a/
src/thread.h
+++ b/
src/thread.h
@@
-59,7
+59,7
@@
public:
Pawns::Table pawnsTable;
Material::Table materialTable;
- size_t pvIdx,
multiPV,
pvLast, shuffleExts;
+ size_t pvIdx, pvLast, shuffleExts;
int selDepth, nmpMinPly;
Color nmpColor;
std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;