From f9d991c5e592d423674c8ba6109d68ff4f00e146 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 14 Apr 2010 20:22:02 +0200 Subject: [PATCH] uct_dead_group_list(): Show the ownermap board dump --- uct/uct.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uct/uct.c b/uct/uct.c index cd28307..1b27e44 100644 --- a/uct/uct.c +++ b/uct/uct.c @@ -217,6 +217,9 @@ uct_dead_group_list(struct engine *e, struct board *b, struct move_queue *mq) /* Make sure the ownermap is well-seeded. */ while (u->ownermap.playouts < GJ_MINGAMES) uct_playout(u, b, S_BLACK, u->t); + /* Show the ownermap: */ + if (DEBUGL(2)) + board_print_custom(b, stderr, uct_printhook_ownermap); dead_group_list(u, b, mq); -- 2.11.4.GIT