Changeset 4991 in ntrip for trunk/BNC/src/bncclockrinex.cpp
- Timestamp:
- Mar 20, 2013, 11:18:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncclockrinex.cpp
r4278 r4991 40 40 //////////////////////////////////////////////////////////////////////////// 41 41 t_irc bncClockRinex::write(int GPSweek, double GPSweeks, const QString& prn, 42 const ColumnVector& xx) {42 double sp3Clk) { 43 43 44 44 if (reopen(GPSweek, GPSweeks) == success) { … … 51 51 << fixed << setw(10) << setprecision(6) << sec 52 52 << " 1 " 53 << scientific << setw(19) << setprecision(12) << xx(4)<< endl;53 << scientific << setw(19) << setprecision(12) << sp3Clk << endl; 54 54 55 55 return success;
Note:
See TracChangeset
for help on using the changeset viewer.