X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitbase.cpp;h=dbda28e0019cf9e161b826cd4130307f2db6cb97;hp=752d4f0e79c0b480b56697622c538600ec467951;hb=db05b1f9f576e80373ca73899df21226fcb4ac8d;hpb=190aea4cdc6e8e165028803be846563da53f9330 diff --git a/src/bitbase.cpp b/src/bitbase.cpp index 752d4f0e..dbda28e0 100644 --- a/src/bitbase.cpp +++ b/src/bitbase.cpp @@ -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-2013 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2014 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 @@ -33,7 +33,7 @@ namespace { // A KPK bitbase index is an integer in [0, IndexMax] range // - // Information is mapped in a way that minimizes number of iterations: + // Information is mapped in a way that minimizes the number of iterations: // // bit 0- 5: white king square (from SQ_A1 to SQ_H8) // bit 6-11: black king square (from SQ_A1 to SQ_H8)