X-Git-Url: http://winboard.nl/cgi-bin?p=bonanza.git;a=blobdiff_plain;f=iterate.c;h=14d4f80866f82952d2f30630301844fd9f0a0b5c;hp=d94081438b37a123809ad0e8e6020df183335faa;hb=03c9ebfa52d12a4f1b53e393b68bc41cbefe497b;hpb=796705fb0dd6391c4d0ad8a637eeefa405425bb0 diff --git a/iterate.c b/iterate.c index d940814..14d4f80 100644 --- a/iterate.c +++ b/iterate.c @@ -170,7 +170,7 @@ iterate( tree_t * restrict ptree, int flag ) adjust_fmg(); /* 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" ); @@ -183,7 +183,7 @@ iterate( tree_t * restrict ptree, int flag ) } /* 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