ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/Outputer.cpp
(Generate patch)

Comparing trunk/Search/Outputer.cpp (file contents):
Revision 211 by douglas, 2003-07-19T18:46:12-07:00 vs.
Revision 212 by douglas, 2003-07-19T21:00:25-07:00

# 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();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines