X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=iterate.c;h=e47c42b457f619f5314d06239b8a55d08d3919c7;hb=4106e127a492aa4c0f5f01112b824fcb678b2d52;hp=1a684bcc7ac1848cbea053868996e1faf0c57749;hpb=31daebfc1031441aa180e3af2e547a8cd2b92c32;p=bonanza.git diff --git a/iterate.c b/iterate.c index 1a684bc..e47c42b 100644 --- a/iterate.c +++ b/iterate.c @@ -210,7 +210,7 @@ iterate( tree_t * restrict ptree ) (int)ptree->nsuc_check[0], (int)ptree->nsuc_check[1] ); /* look up last pv. */ - if ( last_pv.length ) + if ( last_pv.length && ! analyze_mode ) { Out( "- a pv was found in the previous search result.\n" ); @@ -223,7 +223,7 @@ iterate( tree_t * restrict ptree ) } /* probe the transposition table, since last pv is not available. */ - if ( ! last_pv.length + if ( ! last_pv.length && ! analyze_mode #if defined(MPV) && ! root_mpv #endif