mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Some renaming in split()
Naming suggested by jundery. No functional change.
This commit is contained in:
@@ -63,15 +63,15 @@ struct SplitPoint {
|
||||
// Const data after split point has been setup
|
||||
const Position* pos;
|
||||
const Search::Stack* ss;
|
||||
Thread* master;
|
||||
Thread* masterThread;
|
||||
Depth depth;
|
||||
Value beta;
|
||||
int nodeType;
|
||||
Move threatMove;
|
||||
|
||||
// Const pointers to shared data
|
||||
MovePicker* mp;
|
||||
SplitPoint* parent;
|
||||
MovePicker* movePicker;
|
||||
SplitPoint* parentSplitPoint;
|
||||
|
||||
// Shared data
|
||||
Mutex mutex;
|
||||
|
||||
Reference in New Issue
Block a user