- Timestamp:
- Apr 8, 2008, 5:59:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r800 r801 241 241 dx(4) *= 299792458.0; 242 242 243 cout << GPSweek << " " << GPSweeks << " " << ep->prn.toAscii().data() << " " 244 << setprecision(3) << dx.t(); 245 } 243 cout.setf(ios::showpoint | ios::fixed); 244 cout << GPSweek << " " 245 << setprecision(1) << GPSweeks << " " << ep->prn.toAscii().data() 246 << setw(8) << setprecision(3) << dx.t(); 247 }
Note:
See TracChangeset
for help on using the changeset viewer.