From 2ef1651c6aca4ce577915be4b93e32259b69e0a3 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 14 Mar 2013 16:55:20 +0000 Subject: [PATCH] Add more 2 digits of precision --- packages/CLPBN/horus/Horus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/CLPBN/horus/Horus.h b/packages/CLPBN/horus/Horus.h index cdf93bc2b..d76e82236 100644 --- a/packages/CLPBN/horus/Horus.h +++ b/packages/CLPBN/horus/Horus.h @@ -69,7 +69,7 @@ const bool showBpCalcs = false; const int unobserved = -1; // number of digits to show when printing a parameter -const unsigned precision = 6; +const unsigned precision = 8; }