Changeset 4991 in ntrip for trunk/BNC/src/bncclockrinex.cpp


Ignore:
Timestamp:
Mar 20, 2013, 11:18:10 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncclockrinex.cpp

    r4278 r4991  
    4040////////////////////////////////////////////////////////////////////////////
    4141t_irc bncClockRinex::write(int GPSweek, double GPSweeks, const QString& prn,
    42                    const ColumnVector& xx) {
     42                           double sp3Clk) {
    4343
    4444  if (reopen(GPSweek, GPSweeks) == success) {
     
    5151           << fixed      << setw(10) << setprecision(6)  << sec
    5252           << "  1   "
    53            << scientific << setw(19) << setprecision(12) << xx(4) << endl;
     53           << scientific << setw(19) << setprecision(12) << sp3Clk << endl;
    5454
    5555    return success;
Note: See TracChangeset for help on using the changeset viewer.