1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Fix an obsoleted descrption comment

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2010-05-08 13:06:55 +01:00
parent b763b40101
commit 9643d7524e

View file

@ -1022,7 +1022,7 @@ namespace {
}
// search_pv() is the main search function for PV nodes.
// search<>() is the main search function for both PV and non-PV nodes
template <NodeType PvNode>
Value search(Position& pos, SearchStack ss[], Value alpha, Value beta,