diff --git a/src/UctSearch.cpp b/src/UctSearch.cpp index 6c7fd7a..5e8d4dd 100644 --- a/src/UctSearch.cpp +++ b/src/UctSearch.cpp @@ -216,8 +216,8 @@ static std::queue> eval_nn_queue; static std::atomic eval_count_value; static std::atomic eval_count_eog; static double owner_nn[BOARD_MAX]; -static std::atomic depth_count; -static std::atomic depth_sum; +static std::atomic depth_count; +static std::atomic depth_sum; //template