Changeset 5451 in ntrip
- Timestamp:
- Sep 13, 2013, 2:33:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncclockrinex.cpp
r4991 r5451 50 50 << datTim.toString(" yyyy MM dd hh mm").toAscii().data() 51 51 << fixed << setw(10) << setprecision(6) << sec 52 << " 1 " 53 << scientific << setw(19) << setprecision(12) << sp3Clk << endl; 52 << " 1 " << fortranFormat(sp3Clk, 19, 12).toAscii().data() << endl; 54 53 55 54 return success;
Note:
See TracChangeset
for help on using the changeset viewer.