Changeset 2034 in ntrip


Ignore:
Timestamp:
Nov 26, 2009, 12:32:59 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppthread.cpp

    r2033 r2034  
    222222    ColumnVector vv(3);
    223223
     224    cout.setf(ios::fixed);
     225
    224226    if (getSatPos(_data->tt, prn, xc, vv) == success) {
    225       cout << _data->tt.timestr(1) << " " << prn.toAscii().data() << " "
    226            << setprecision(6) << xc(4)*1.e6 << "    "
    227            << setw(14) << setprecision(3) << xc.Columns(1,3).t();
     227      cout << _data->tt.timestr(1) << " " << prn.toAscii().data() << "   "
     228           << setw(14) << setprecision(3) << xc(1)                << "  "
     229           << setw(14) << setprecision(3) << xc(2)                << "  "
     230           << setw(14) << setprecision(3) << xc(3)                << "  "
     231           << setw(14) << setprecision(6) << xc(4)*1.e6           << endl;
    228232    }
    229233  }
Note: See TracChangeset for help on using the changeset viewer.