updated to the new ttmath api (Conf::comma_digits changed to Conf::round)

git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@246 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2009-11-24 07:40:36 +00:00
parent 6f48d6414f
commit 1f455925db
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ private:
conv.base = base_output; conv.base = base_output;
conv.scient = always_scientific; conv.scient = always_scientific;
conv.scient_from = when_scientific; conv.scient_from = when_scientific;
conv.comma_digits = rounding; conv.round = rounding;
conv.trim_zeroes = remove_zeroes; conv.trim_zeroes = remove_zeroes;
conv.comma = decimal_point; conv.comma = decimal_point;
conv.group = grouping; conv.group = grouping;