Changeset 857 in ntrip for trunk/BNS/bnsrinex.cpp


Ignore:
Timestamp:
Apr 25, 2008, 4:27:18 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsrinex.cpp

    r856 r857  
    5353      _out << "AS " << prn.toAscii().data()
    5454           << datTim.toString("  yyyy MM dd hh mm").toAscii().data()
    55            << setw(12) << setprecision(8) << sec << "  2  "
     55           << fixed      << setw(10) << setprecision(6) << sec << "  2  "
    5656           << scientific << setw(20) << setprecision(12) << xx(4)
    5757           << scientific << setw(20) << setprecision(12) << 0.0 << endl;
Note: See TracChangeset for help on using the changeset viewer.