Merge commit 'c14b69790a62aad89fcc471cde482923dfe57f1e' into cluster

This is the last commit before there are more conflicts.
This commit is contained in:
Steinar H. Gunderson
2025-12-24 15:17:55 +01:00
12 changed files with 148 additions and 125 deletions
+1
View File
@@ -172,6 +172,7 @@ void ThreadPool::clear() {
main_manager()->callsCnt = 0;
main_manager()->bestPreviousScore = VALUE_INFINITE;
main_manager()->bestPreviousAverageScore = VALUE_INFINITE;
main_manager()->originalPly = -1;
main_manager()->previousTimeReduction = 1.0;
main_manager()->tm.clear();
}