]> git.sesse.net Git - stockfish/blobdiff - src/cluster.cpp
Merge branch 'master' into clusterMergeMaster12
[stockfish] / src / cluster.cpp
index b56359e619b1828bf0ed2619880f72b6be2ecdb1..7d0cc0f8ad684a2c17224f034bc5ecaad6c9f3bc 100644 (file)
@@ -1,8 +1,6 @@
 /*
   Stockfish, a UCI chess playing engine derived from Glaurung 2.1
-  Copyright (C) 2004-2008 Tord Romstad (Glaurung author)
-  Copyright (C) 2008-2015 Marco Costalba, Joona Kiiski, Tord Romstad
-  Copyright (C) 2015-2019 Marco Costalba, Joona Kiiski, Gary Linscott, Tord Romstad
+  Copyright (C) 2004-2020 The Stockfish developers (see AUTHORS file)
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -35,6 +33,7 @@
 #include "tt.h"
 #include "timeman.h"
 
+namespace Stockfish {
 namespace Cluster {
 
 // Total number of ranks and rank within the communicator
@@ -452,6 +451,7 @@ uint64_t TT_saves() {
 }
 
 
+}
 }
 
 #else
@@ -459,6 +459,7 @@ uint64_t TT_saves() {
 #include "cluster.h"
 #include "thread.h"
 
+namespace Stockfish {
 namespace Cluster {
 
 uint64_t nodes_searched() {
@@ -476,6 +477,7 @@ uint64_t TT_saves() {
   return Threads.TT_saves();
 }
 
+}
 }
 
 #endif // USE_MPI