From: Steinar H. Gunderson Date: Fri, 16 Mar 2012 23:24:36 +0000 (+0100) Subject: Increase MAX_PLAYERS a lot. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e6ad3fff4d7f562c9c68948b340777c90d4867c0;p=wloh Increase MAX_PLAYERS a lot. --- diff --git a/bayeswf.cpp b/bayeswf.cpp index f745629..1a48930 100644 --- a/bayeswf.cpp +++ b/bayeswf.cpp @@ -10,7 +10,11 @@ using namespace std; -#define MAX_PLAYERS 16 +#define MAX_PLAYERS 4096 + +float mu[MAX_PLAYERS]; +float sigma[MAX_PLAYERS]; + #define EPSILON 1e-3 /*