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