Add more 2 digits of precision

This commit is contained in:
Tiago Gomes 2013-03-14 16:55:20 +00:00
parent b5d72f751e
commit 2ef1651c6a

View File

@ -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;
}