From: Steinar H. Gunderson Date: Mon, 20 May 2013 12:37:27 +0000 (+0200) Subject: Support more players. X-Git-Url: https://git.sesse.net/?p=wloh;a=commitdiff_plain;h=bf58a7ccd13974caa15c30a38137601cd7113b03 Support more players. --- diff --git a/bayeswf.cpp b/bayeswf.cpp index eee6882..006ac28 100644 --- a/bayeswf.cpp +++ b/bayeswf.cpp @@ -15,7 +15,7 @@ using namespace Eigen; #define PRIOR_MU 500 #define PRIOR_WEIGHT 1.0 -#define MAX_PLAYERS 4096 +#define MAX_PLAYERS 8192 #define DUMP_RAW 0 #define USE_DB 1