projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b763b40
)
Fix an obsoleted descrption comment
author
Marco Costalba
<mcostalba@gmail.com>
Sat, 8 May 2010 12:06:55 +0000 (13:06 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sat, 8 May 2010 12:06:55 +0000 (13:06 +0100)
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp
patch
|
blob
|
history
diff --git
a/src/search.cpp
b/src/search.cpp
index
eb2e358
..
669302f
100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-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,