]> git.sesse.net Git - stockfish/blobdiff - src/pawns.h
Convert History table H in a local variable
[stockfish] / src / pawns.h
index 8f88b57732001174120e35b4f21ca05ce068a0e5..abf686fc8ad58e56d534cbed9aa95e2a9662f210 100644 (file)
@@ -33,9 +33,9 @@
 ////
 
 /// PawnInfo is a class which contains various information about a pawn
-/// structure.  Currently, it only includes a middle game and an end game
-/// pawn structure evaluation, and a bitboard of passed pawns.  We may want
-/// to add further information in the future.  A lookup to the pawn hash table
+/// structure. Currently, it only includes a middle game and an end game
+/// pawn structure evaluation, and a bitboard of passed pawns. We may want
+/// to add further information in the future. A lookup to the pawn hash table
 /// (performed by calling the get_pawn_info method in a PawnInfoTable object)
 /// returns a pointer to a PawnInfo object.
 class Position;