mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Some renaming in split()
Naming suggested by jundery. No functional change.
This commit is contained in:
+1
-1
@@ -360,4 +360,4 @@ Move MovePicker::next_move<false>() {
|
||||
/// from the split point's shared MovePicker object. This function is not thread
|
||||
/// safe so must be lock protected by the caller.
|
||||
template<>
|
||||
Move MovePicker::next_move<true>() { return ss->sp->mp->next_move<false>(); }
|
||||
Move MovePicker::next_move<true>() { return ss->sp->movePicker->next_move<false>(); }
|
||||
|
||||
Reference in New Issue
Block a user