projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e96f56a
)
Fix a comment
author
Marco Costalba
<mcostalba@gmail.com>
Mon, 22 Dec 2008 09:18:36 +0000 (10:18 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Tue, 23 Dec 2008 11:02:10 +0000 (12:02 +0100)
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
6f0ddea
..
a4ce7ef
100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-1035,7
+1035,7
@@
namespace {
else
value = alpha + 1; // Just to trigger next condition
- if (value > alpha) // Go with full depth pv search
+ if (value > alpha) // Go with full depth non-pv search
{
ss[ply].reduction = Depth(0);
value = -search(pos, ss, -alpha, newDepth, ply+1, true, threadID);