]> git.sesse.net Git - stockfish/commitdiff
Don't access std::cout from Position::print()
authorMarco Costalba <mcostalba@gmail.com>
Sun, 11 Nov 2012 12:18:10 +0000 (13:18 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 11 Nov 2012 12:30:20 +0000 (13:30 +0100)
Let the caller to decide where to redirect (cout or cerr) the
ASCII representation of the position. Rename the function to
reflect this.

Renamed also from_fen() and to_fen() to set() and fen() respectively.

No functional change.


No differences found