# | Line 46 | Line 46 | |
---|---|---|
46 | // | |
47 | // Douglas Thrift | |
48 | // | |
49 | < | // $Id: Outputer.cpp,v 1.11 2003/07/20 01:46:12 douglas Exp $ |
49 | > | // $Id: Outputer.cpp,v 1.12 2003/07/20 04:00:25 douglas Exp $ |
50 | ||
51 | #include "Outputer.h" | |
52 | ||
# | Line 416 | Line 416 | string Outputer::duration() | |
416 | ostringstream duration; | |
417 | ||
418 | duration.precision(2); | |
419 | + | duration.setf(ios_base::fixed, ios_base::floatfield); |
420 | duration << time; | |
421 | ||
422 | return duration.str(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |