Changeset 801 in ntrip


Ignore:
Timestamp:
Apr 8, 2008, 5:59:59 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r800 r801  
    241241  dx(4) *= 299792458.0;
    242242
    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.