From ca3f74e46ced6222edcb08abd4217f314f2962d6 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 18 Mar 2012 13:02:58 +0100 Subject: [PATCH] Minor constantification. --- bayeswf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bayeswf.cpp b/bayeswf.cpp index c54f72a..71f6087 100644 --- a/bayeswf.cpp +++ b/bayeswf.cpp @@ -317,7 +317,7 @@ int main(int argc, char **argv) float sigma[MAX_PLAYERS]; for (int i = 0; i < num_players; ++i) { - mu[i] = 1500.0f; + mu[i] = PRIOR_MU; sigma[i] = 70.0f / sqrt(2.0f); } -- 2.39.2