X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fpsqtab.h;h=30df2b76282a753561a16e5added4a06cb82c3c4;hb=939b621e5c67e9ef89b409fd773d38058341906c;hp=cfbf4a4d2fc8b3492f9a52dca855cd29bd813dbb;hpb=c555e1aa962a6a0230be42b87a3486b3c14ada4d;p=stockfish diff --git a/src/psqtab.h b/src/psqtab.h index cfbf4a4d..30df2b76 100644 --- a/src/psqtab.h +++ b/src/psqtab.h @@ -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