Change default precision extension back to 6, rather than rewriting all of the

unit tests.  6 was good enough.
This commit is contained in:
John Wiegley 2008-11-23 23:37:24 -04:00
parent a1717b6dd5
commit 1921f01189

View file

@ -104,7 +104,7 @@ public:
* The number of places of precision by which values are extended to * The number of places of precision by which values are extended to
* avoid losing precision during division and multiplication. * 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 * The current_pool is a static variable indicating which commodity