]> git.sesse.net Git - stockfish/blobdiff - src/psqt.h
Merge remote-tracking branch 'upstream/master' into HEAD
[stockfish] / src / psqt.h
index 8b4fd6eb8c2bae10e00e16882de740d2c2327cf8..7abb14830c105af774779f4e9ac54af7fcaae57b 100644 (file)
@@ -24,7 +24,7 @@
 #include "types.h"
 
 
-namespace PSQT
+namespace Stockfish::PSQT
 {
 
 extern Score psq[PIECE_NB][SQUARE_NB];
@@ -32,7 +32,7 @@ extern Score psq[PIECE_NB][SQUARE_NB];
 // Fill psqt array from a set of internally linked parameters
 extern void init();
 
-} // namespace PSQT
+} // namespace Stockfish::PSQT
 
 
 #endif // PSQT_H_INCLUDED