From: Marco Costalba Date: Sat, 8 May 2010 12:06:55 +0000 (+0100) Subject: Fix an obsoleted descrption comment X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=9643d7524ee905e09491b1bc558ee3d0f6e1d16f;p=fairystockfish.git Fix an obsoleted descrption comment No functional change. Signed-off-by: Marco Costalba --- diff --git a/src/search.cpp b/src/search.cpp index eb2e358..669302f 100644 --- 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 Value search(Position& pos, SearchStack ss[], Value alpha, Value beta,