From 2dc05c5c1466858c4c1d83f976e04da061578962 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 11 Oct 2010 12:23:11 +0200 Subject: [PATCH] Undef errorneously defined BOARD_GAMMA --- board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board.h b/board.h index c672e69..04e0e68 100644 --- a/board.h +++ b/board.h @@ -33,7 +33,7 @@ struct features_gamma; #define BOARD_PAT3 // incremental 3x3 pattern codes //#define BOARD_TRAITS 1 // incremental point traits (see struct btraits) -#define BOARD_GAMMA 1 // incremental probability distribution; either defined with BOARD_TRAITS, or keeping just pat3 stuff with BOARD_PAT3 +//#define BOARD_GAMMA 1 // incremental probability distribution; either defined with BOARD_TRAITS, or keeping just pat3 stuff with BOARD_PAT3 #define BOARD_MAX_MOVES (BOARD_MAX_SIZE * BOARD_MAX_SIZE) -- 2.11.4.GIT