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,