X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpsqtab.h;h=a2fb6611dd4efd47cfbc7da9ba55feaaa834efe1;hp=cfbf4a4d2fc8b3492f9a52dca855cd29bd813dbb;hb=55bd27b8f08a151128d7065fa2819aa3e9605299;hpb=c555e1aa962a6a0230be42b87a3486b3c14ada4d;ds=sidebyside diff --git a/src/psqtab.h b/src/psqtab.h index cfbf4a4d..a2fb6611 100644 --- a/src/psqtab.h +++ b/src/psqtab.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2012 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,9 +24,11 @@ #define S(mg, eg) make_score(mg, eg) -// PSQT[PieceType][Square] contains Piece-Square scores. For each piece type on a -// given square a (midgame, endgame) score pair is assigned. PSQT is defined for -// white side, for black side the tables are symmetric. + +/// PSQT[PieceType][Square] contains Piece-Square scores. For each piece type on +/// a given square a (midgame, endgame) score pair is assigned. PSQT is defined +/// for white side, for black side the tables are symmetric. + static const Score PSQT[][64] = { { }, { // Pawn