X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=669302fcfa22997feaae32bf4f196fc077f64195;hb=9643d7524ee905e09491b1bc558ee3d0f6e1d16f;hp=eb2e358a07d307e4386fe9db5f4d01725d0e7550;hpb=b763b40101a819e66789aad88da97e1c51054a19;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index eb2e358a..669302fc 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,