mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Rename RootPosition and shuffle think()
Just slightly code reshuffles, noting interesting here... No functional change.
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ void benchmark(const Position& current, istream& is) {
|
||||
{
|
||||
Threads.start_searching(pos, limits, vector<Move>(), st);
|
||||
Threads.wait_for_search_finished();
|
||||
nodes += Search::RootPosition.nodes_searched();
|
||||
nodes += Search::RootPos.nodes_searched();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user