]> git.sesse.net Git - stockfish/blobdiff - src/benchmark.cpp
Rename RootPosition and shuffle think()
[stockfish] / src / benchmark.cpp
index 0e7208755fbacc65e4fc4c916de552e23dacfa4e..4d9e35956cf02e7a5440a5b80864bad0f42019be 100644 (file)
@@ -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();
       }
   }