mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Improve comments in SMP code
No functional change.
This commit is contained in:
@@ -46,7 +46,7 @@ struct SplitPoint {
|
||||
// Const data after split point has been setup
|
||||
const Position* pos;
|
||||
Search::Stack* ss;
|
||||
Thread* masterThread;
|
||||
Thread* master;
|
||||
Depth depth;
|
||||
Value beta;
|
||||
int nodeType;
|
||||
|
||||
Reference in New Issue
Block a user