mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Reformat some comments
Tests used to derive some Elo worth comments: https://tests.stockfishchess.org/tests/view/653cf6b7cc309ae83956263a https://tests.stockfishchess.org/tests/view/655250b7136acbc573534711 https://tests.stockfishchess.org/tests/view/65525767136acbc5735347b9 https://tests.stockfishchess.org/tests/view/65525aa1136acbc573534801 closes https://github.com/official-stockfish/Stockfish/pull/4879 No functional change
This commit is contained in:
@@ -82,8 +82,8 @@ void position(Position& pos, std::istringstream& is, StateListPtr& states) {
|
||||
}
|
||||
}
|
||||
|
||||
// Prints the evaluation of the current position, consistent with
|
||||
// the UCI options set so far.
|
||||
// Prints the evaluation of the current position,
|
||||
// consistent with the UCI options set so far.
|
||||
void trace_eval(Position& pos) {
|
||||
|
||||
StateListPtr states(new std::deque<StateInfo>(1));
|
||||
@@ -122,9 +122,8 @@ void setoption(std::istringstream& is) {
|
||||
}
|
||||
|
||||
|
||||
// Called when the engine receives the "go" UCI command. The function
|
||||
// sets the thinking time and other parameters from the input string, then starts
|
||||
// with a search.
|
||||
// Called when the engine receives the "go" UCI command. The function sets the
|
||||
// thinking time and other parameters from the input string then stars with a search
|
||||
|
||||
void go(Position& pos, std::istringstream& is, StateListPtr& states) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user