Skip to content

Commit

Permalink
Replace "init value" by "value" in cout
Browse files Browse the repository at this point in the history
  • Loading branch information
QueensGambit committed Oct 31, 2023
1 parent 746923b commit ca16c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ void Node::print_node_statistics(const StateObj* state, const vector<size_t>& cu
cout << endl;
}
cout << filler << endl
<< "initial value:\t" << get_value() << endl
<< "value:\t" << get_value() << endl
<< "nodeType:\t" << node_type_to_string(NodeType(d->nodeType)) << endl
<< "isTerminal:\t" << is_terminal() << endl
<< "isTablebase:\t" << is_tablebase() << endl
Expand Down

0 comments on commit ca16c6d

Please sign in to comment.