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:
parent
b763b40101
commit
9643d7524e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
template <NodeType PvNode>
|
||||||
Value search(Position& pos, SearchStack ss[], Value alpha, Value beta,
|
Value search(Position& pos, SearchStack ss[], Value alpha, Value beta,
|
||||||
|
|
Loading…
Add table
Reference in a new issue