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


Ignore:
Timestamp:
Apr 26, 2008, 10:55:42 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsrinex.cpp

    r858 r859  
    4747      _out << "AS " << prn.toAscii().data()
    4848           << datTim.toString("  yyyy MM dd hh mm").toAscii().data()
    49            << fixed      << setw(10) << setprecision(6)  << sec << "  2  "
    50            << scientific << setw(20) << setprecision(12) << xx(4)
    51            << scientific << setw(20) << setprecision(12) << 0.0 << endl;
     49           << fixed      << setw(10) << setprecision(6)  << sec
     50           << "  1   "
     51           << scientific << setw(19) << setprecision(12) << xx(4) << endl;
    5252
    5353    return success;
Note: See TracChangeset for help on using the changeset viewer.