]> git.sesse.net Git - wloh/commitdiff
Increase MAX_PLAYERS a lot.
authorSteinar H. Gunderson <Steinar H. Gunderson sesse@debian.org>
Fri, 16 Mar 2012 23:24:36 +0000 (00:24 +0100)
committerSteinar H. Gunderson <Steinar H. Gunderson sesse@debian.org>
Fri, 16 Mar 2012 23:24:36 +0000 (00:24 +0100)
bayeswf.cpp

index f74562911be03700df74bd5a635415305fcbe11d..1a4893050f4d3520479785f6ccec9cfa0819bad0 100644 (file)
 
 using namespace std;
 
-#define MAX_PLAYERS 16
+#define MAX_PLAYERS 4096
+
+float mu[MAX_PLAYERS];
+float sigma[MAX_PLAYERS];
+
 #define EPSILON 1e-3
 
 /*