From c49b98fc4c307a2d08161cebafb348b935c6fcb5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Feb 2009 03:04:05 -0400 Subject: Added an --unround option, to show full precision --- src/report.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 5a386616..82c605df 100644 --- a/src/report.h +++ b/src/report.h @@ -643,6 +643,8 @@ public: parent->HANDLER(limit_).on("uncleared|pending"); }); + OPTION(report_t, unround); + OPTION_(report_t, weekly, DO() { // -W parent->HANDLER(period_).on("weekly"); }); -- cgit v1.2.3