Fix comments, rename variables

Thanks everybody for the various hints in the perpetual renaming thread:
https://github.com/official-stockfish/Stockfish/issues/1426

No functional change
This commit is contained in:
Stéphane Nicolet
2018-06-02 17:41:37 +02:00
parent 6cc5614124
commit a0486ecb40
8 changed files with 58 additions and 61 deletions

View File

@@ -60,9 +60,9 @@ public:
Pawns::Table pawnsTable;
Material::Table materialTable;
Endgames endgames;
size_t PVIdx, PVLast;
int selDepth, nmp_min_ply;
Color nmp_color;
size_t pvIdx, pvLast;
int selDepth, nmpMinPly;
Color nmpColor;
std::atomic<uint64_t> nodes, tbHits;
Position rootPos;