X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=dc0c51c28d5c2401e415ccde5ce361b43061a3b9;hp=c254047c23f4ce90a04415bcc97090f3c57aae0b;hb=802fca6fdd562c4c52397521eb0ac05cb2be9046;hpb=01b6cdb76bbe6cea4d9bb3c23cd285a1d607aedc diff --git a/src/thread.h b/src/thread.h index c254047c..dc0c51c2 100644 --- a/src/thread.h +++ b/src/thread.h @@ -65,7 +65,7 @@ public: Position rootPos; Search::RootMoves rootMoves; - std::atomic rootDepth; + Depth rootDepth; Depth completedDepth; CounterMoveStat counterMoves; ButterflyHistory history;