Change default precision extension back to 6, rather than rewriting all of the
unit tests. 6 was good enough.
This commit is contained in:
parent
a1717b6dd5
commit
1921f01189
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ public:
|
|||
* The number of places of precision by which values are extended to
|
||||
* avoid losing precision during division and multiplication.
|
||||
*/
|
||||
static const unsigned int extend_by_digits = 8U;
|
||||
static const unsigned int extend_by_digits = 6U;
|
||||
|
||||
/**
|
||||
* The current_pool is a static variable indicating which commodity
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue