Cleanup history stats

And other assorted trivia.

No functional change.
This commit is contained in:
Marco Costalba
2015-10-24 07:27:24 +02:00
parent 55758344d3
commit 307a5a4f63
8 changed files with 114 additions and 112 deletions
+3 -3
View File
@@ -76,10 +76,10 @@ struct Thread : public ThreadBase {
Position rootPos;
Search::RootMoveVector rootMoves;
Depth rootDepth;
Search::Stack stack[MAX_PLY+4];
HistoryStats History;
MovesStats Countermoves;
Depth depth;
HistoryStats history;
MovesStats counterMoves;
};