X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthread.h;h=dc0c51c28d5c2401e415ccde5ce361b43061a3b9;hb=802fca6fdd562c4c52397521eb0ac05cb2be9046;hp=c254047c23f4ce90a04415bcc97090f3c57aae0b;hpb=05513a66410f96959f3a6e70be9aea72425cf7c7;p=stockfish 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;