From e6ad3fff4d7f562c9c68948b340777c90d4867c0 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 17 Mar 2012 00:24:36 +0100 Subject: [PATCH] Increase MAX_PLAYERS a lot. --- bayeswf.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 /* -- 2.39.2